Click or drag to resize
ActiveDirectoryGroupInfoJson Class
Active Directory group details.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonActiveDirectoryGroupInfoJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class ActiveDirectoryGroupInfoJson : BaseJson

The ActiveDirectoryGroupInfoJson type exposes the following members.

Constructors
  NameDescription
Public methodActiveDirectoryGroupInfoJson
Initializes a new instance of the ActiveDirectoryGroupInfoJson class
Top
Properties
  NameDescription
Public propertyActiveDirectoryDomain
The group's Active Directory domain
Public propertyActiveDirectoryGroupGuid
The group's Active Directory GUID
Public propertyActiveDirectoryUUID
The group's Active Directory UUID
Public propertyCreationDate
When the group was created
Public propertyDescription
The group's description
Public propertyDistinguishedName
The group's distinguished name
Public propertyLocation
The group's location
Public propertyName
The group's name
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOrganizationRoles
The group's organization roles
Public propertyUpdateDate
When the group was last updated
Public propertyWatchdoxId
The group's WatchDox id
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also