Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time of publication for the Category item.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PublishTime As DateTime
Get
'Usage
Dim instance As PresenceCategoryWithMetaData
Dim value As DateTime
value = instance.PublishTime
public DateTime PublishTime { get; }
Property Value
Type: System.DateTime
See Also
Reference
PresenceCategoryWithMetaData Class