InstAPI.IsDefaultInstanceName(String) Method

Definition

Retrieves a value that indicates the default instance name.

public:
 static bool IsDefaultInstanceName(System::String ^ instanceName);
public static bool IsDefaultInstanceName (string instanceName);
static member IsDefaultInstanceName : string -> bool
Public Shared Function IsDefaultInstanceName (instanceName As String) As Boolean

Parameters

instanceName
String

A string value that represents the instance name.

Returns

true if the instance name is default; otherwise, false.

Applies to