ConfigParameterDefinition.Type Property
Retrieves ConfigParameterType containing the value of the parameter’s type.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ConfigParameterDefinition
Dim value As ConfigParameterType
value = instance.Type
Syntax
'Declaration
Public ReadOnly Property Type As ConfigParameterType
public ConfigParameterType Type { get; }
public:
property ConfigParameterType Type {
ConfigParameterType get ();
}
/** @property */
public ConfigParameterType get_Type ()
public function get Type () : ConfigParameterType
Property Value
Returns ConfigParameterType.
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
ConfigParameterDefinition Class
ConfigParameterDefinition Members
Microsoft.MetadirectoryServices Namespace