DeletedSocialCommentDetail.LastModifiedTime Property
Gets or sets the date and time when the deleted social comment was last modified.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property LastModifiedTime As DateTime
Get
Set
'Usage
Dim instance As DeletedSocialCommentDetail
Dim value As DateTime
value = instance.LastModifiedTime
instance.LastModifiedTime = value
public DateTime LastModifiedTime { get; set; }
Property Value
Type: System.DateTime
The date and time when the deleted social comment was last modified.
See Also
Reference
DeletedSocialCommentDetail Class