Schema Constructor (ChangeTypeDescription, String)
Initializes an instance of the Schema class with ChangeTypeDescription
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim changeTypeAttributeDescription As ChangeTypeDescription
Dim objectTypeAttributeName As String
Dim instance As New Schema(changeTypeAttributeDescription, objectTypeAttributeName)
Syntax
'Declaration
Public Sub New ( _
changeTypeAttributeDescription As ChangeTypeDescription, _
objectTypeAttributeName As String _
)
public Schema (
ChangeTypeDescription changeTypeAttributeDescription,
string objectTypeAttributeName
)
public:
Schema (
ChangeTypeDescription^ changeTypeAttributeDescription,
String^ objectTypeAttributeName
)
public Schema (
ChangeTypeDescription changeTypeAttributeDescription,
String objectTypeAttributeName
)
public function Schema (
changeTypeAttributeDescription : ChangeTypeDescription,
objectTypeAttributeName : String
)
Parameters
- changeTypeAttributeDescription
Retrieves the change type.
- objectTypeAttributeName
Retrieves the name of the object type attribute.
Platforms
Target Platforms
See Also
Reference
Schema Class
Schema Members
Microsoft.MetadirectoryServices Namespace