Schema.ObjectTypeAttributeName Property
Retrieves the name of the object type attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As Schema
Dim value As String
value = instance.ObjectTypeAttributeName
Syntax
'Declaration
Public ReadOnly Property ObjectTypeAttributeName As String
public string ObjectTypeAttributeName { get; }
public:
property String^ ObjectTypeAttributeName {
String^ get ();
}
/** @property */
public String get_ObjectTypeAttributeName ()
public function get ObjectTypeAttributeName () : String
Property Value
Returns String.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
Schema Class
Schema Members
Microsoft.MetadirectoryServices Namespace