Share via


DeletedSocialDataDetail.DeletedTime property

Gets or sets the date and time when the social data was deleted.

Namespace:  WebSvcSocialDataService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property DeletedTime As DateTime
    Get
    Set
'Usage
Dim instance As DeletedSocialDataDetail
Dim value As DateTime

value = instance.DeletedTime

instance.DeletedTime = value
public DateTime DeletedTime { get; set; }

Property value

Type: System.DateTime
The date and time when the social data was deleted.

See also

Reference

DeletedSocialDataDetail class

DeletedSocialDataDetail members

WebSvcSocialDataService namespace