Expires Property
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Expires As Integer
Get
Set
'Usage
Dim instance As PresenceCategoryWithMetaData
Dim value As Integer
value = instance.Expires
instance.Expires = value
public int Expires { get; set; }
Property Value
Type: System..::..Int32
See Also
Reference
PresenceCategoryWithMetaData Class