Gets or sets the availability of the telephone number.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual string TimeRole { get; set; }
Visual Basic (Declaration)
Public Overridable Property TimeRole As String
Visual C++
public:
virtual property String^ TimeRole {
	String^ get ();
	void set (String^ value);
}

Property Value

The availability of individuals at the associated telephone number. The default is a null reference (Nothing in Visual Basic).

Remarks

This property is equivalent to the Telephone Time Role primitive (P52_1) in Telephone Block_1 (B25_1).

The TimeRoleSpecified property indicates whether or not this property will be included in the serialized class or generated document. The TimeRoleSpecified property is automatically set to true when this property is set.

See Also