Click or drag to resize
ISpace Interface
Interface used to represent a space.

Namespace: Avaya.ClientServices.Spaces
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public interface ISpace

The ISpace type exposes the following members.

Properties
  NameDescription
Public propertyCreationTime
The time (UTC) at which the space was created.
Public propertyDescription
The description of the space.
Public propertyId
The unique identifier for the space.
Public propertyName
The name of the space.
Top
See Also