SchemaAttribute.AllowedAttributeOperation Property
Retrieves the allowed attribute operation for this attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As SchemaAttribute
Dim value As AttributeOperation
value = instance.AllowedAttributeOperation
Syntax
'Declaration
Public ReadOnly Property AllowedAttributeOperation As AttributeOperation
public AttributeOperation AllowedAttributeOperation { get; }
public:
property AttributeOperation AllowedAttributeOperation {
AttributeOperation get ();
}
/** @property */
public AttributeOperation get_AllowedAttributeOperation ()
public function get AllowedAttributeOperation () : AttributeOperation
Property Value
Returns AttributeOperation.
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
SchemaAttribute Class
SchemaAttribute Members
Microsoft.MetadirectoryServices Namespace