PresenceCategoryWithMetaData.Expires Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the expiration time for the category.
public:
property int Expires { int get(); void set(int value); };
public int Expires { get; set; }
member this.Expires : int with get, set
Public Property Expires As Integer
Property Value
Remarks
Expiration dictates the time to live for the published category. The client should refresh the category within this period, otherwise server will remove it on expiry.