Edit

Share via


PresenceCategoryWithMetaData.Expires Property

Definition

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.

Applies to