Gets or sets the expiration time for the category.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Expires 
As 
Integer
C#
public 
int 
Expires { 
get; 
set; }
Visual C++
public:
property 
int 
Expires {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
expires();
function set_
expires(
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.

See Also