ConfigParameter Constructor (String, String, Boolean)
Initializes a new instance of the ConfigParameter Class.Initializes a new instance of the ConfigParameter Class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim name As String
Dim value As String
Dim isEncrypted As Boolean
Dim instance As New ConfigParameter(name, value, isEncrypted)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub New ( _
name As String, _
value As String, _
isEncrypted As Boolean _
)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ConfigParameter (
string name,
string value,
bool isEncrypted
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
ConfigParameter (
String^ name,
String^ value,
bool isEncrypted
)
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public ConfigParameter (
String name,
String value,
boolean isEncrypted
)
EditorBrowsableAttribute(EditorBrowsableState.Never)
public function ConfigParameter (
name : String,
value : String,
isEncrypted : boolean
)
Remarks
The default constructor initializes any fields to their default values.
Platforms
Target Platforms
See Also
Reference
ConfigParameter Class
ConfigParameter Members
Microsoft.MetadirectoryServices Namespace