Share via


SchemaAttribute.CreateAnchorAttribute Method (String, AttributeType)

Creates an SchemaAttribute object that represents an anchor attribute.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim attributeName As String
Dim dataType As AttributeType
Dim returnValue As SchemaAttribute

returnValue = SchemaAttribute.CreateAnchorAttribute(attributeName, dataType)

Syntax

'Declaration
Public Shared Function CreateAnchorAttribute ( _
    attributeName As String, _
    dataType As AttributeType _
) As SchemaAttribute
public static SchemaAttribute CreateAnchorAttribute (
    string attributeName,
    AttributeType dataType
)
public:
static SchemaAttribute^ CreateAnchorAttribute (
    String^ attributeName, 
    AttributeType dataType
)
public static SchemaAttribute CreateAnchorAttribute (
    String attributeName, 
    AttributeType dataType
)
public static function CreateAnchorAttribute (
    attributeName : String, 
    dataType : AttributeType
) : SchemaAttribute

Parameters

  • attributeName
    The name of the attribute.
  • dataType
    The data type of the attribute.

Return Value

Returns SchemaAttribute.

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