PresenceState.TimeZoneName Property

Definition

Gets or sets the time zone name.

public:
 property System::String ^ TimeZoneName { System::String ^ get(); void set(System::String ^ value); };
public string TimeZoneName { get; set; }
member this.TimeZoneName : string with get, set
Public Property TimeZoneName As String

Property Value

String

Remarks

A 'null' value is returned if the the StateType is not AggregateState, AggregateEndpointState or EndpointState.

Applies to