ResourceInfo.ModifiedTimeStamp Property
Gets or sets the time when the resource was last modified.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Property ModifiedTimeStamp As DateTime
Get
Set
'Usage
Dim instance As ResourceInfo
Dim value As DateTime
value = instance.ModifiedTimeStamp
instance.ModifiedTimeStamp = value
DateTime ModifiedTimeStamp { get; set; }
Property Value
Type: System.DateTime
A [DateTime] representing the time when the resource was last modified
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace