Utils.CreateAnchorAttribute Method
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim attributeName As String
Dim value As Object
Dim returnValue As AnchorAttribute
returnValue = Utils.CreateAnchorAttribute(attributeName, value)
Syntax
'Declaration
Public Shared Function CreateAnchorAttribute ( _
attributeName As String, _
value As Object _
) As AnchorAttribute
public static AnchorAttribute CreateAnchorAttribute (
string attributeName,
Object value
)
public:
static AnchorAttribute^ CreateAnchorAttribute (
String^ attributeName,
Object^ value
)
public static AnchorAttribute CreateAnchorAttribute (
String attributeName,
Object value
)
public static function CreateAnchorAttribute (
attributeName : String,
value : Object
) : AnchorAttribute
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
Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace