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.
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
Href string
LastModifiedDateTime System.DateTime
Status string

Property Details

Href public property

The URI of the resource.
public string Href
return string

LastModifiedDateTime public property

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

Status public property

The status of the resource.
public string Status
return string