|  | ActiveDirectoryObjectSchemaClasses Property  | 
 
            The schema class types that identify the type of object this is in Active Directory.
            Examples: group, user, etc.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
 Syntax
Syntaxpublic List<string> SchemaClasses { get; }Public ReadOnly Property SchemaClasses As List(Of String)
	Get
public:
property List<String^>^ SchemaClasses {
	List<String^>^ get ();
}member SchemaClasses : List<string> with get
Property Value
Type: 
ListString See Also
See Also