Partager via


ConfigParameterDefinition.CreateFileParameter Method (String, String)

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

Usage

'Usage
Dim name As String
Dim defaultValue As String
Dim returnValue As ConfigParameterDefinition

returnValue = ConfigParameterDefinition.CreateFileParameter(name, defaultValue)

Syntax

'Declaration
Public Shared Function CreateFileParameter ( _
    name As String, _
    defaultValue As String _
) As ConfigParameterDefinition
public static ConfigParameterDefinition CreateFileParameter (
    string name,
    string defaultValue
)
public:
static ConfigParameterDefinition^ CreateFileParameter (
    String^ name, 
    String^ defaultValue
)
public static ConfigParameterDefinition CreateFileParameter (
    String name, 
    String defaultValue
)
public static function CreateFileParameter (
    name : String, 
    defaultValue : String
) : ConfigParameterDefinition

Parameters

  • name
    A string that represents the name associated with the file parameter.
  • defaultValue
    The default value of the file parameter.

Return Value

Returns ConfigParameterDefinition.

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