C# Class Microsoft.Protocols.TestSuites.MS_WDVMODUU.S03_PropFindExtension.ResourceInfo

The structure "ResourceInfo" is used to contain the key data of a resource in the response.
Mostra file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
Href string
LastModifiedDateTime System.DateTime
Status string

Property Details

Href public_oe property

The URI of the resource.
public string Href
return string

LastModifiedDateTime public_oe property

The last modified date time of the resource.
public DateTime,System LastModifiedDateTime
return System.DateTime

Status public_oe property

The status of the resource.
public string Status
return string