DelegateIsDefaultInstanceName Delegate

Definition

Represents a value that indicates the default instance name.

public delegate bool DelegateIsDefaultInstanceName(System::String ^ sInstanceName);
public delegate bool DelegateIsDefaultInstanceName(string sInstanceName);
type DelegateIsDefaultInstanceName = delegate of string -> bool
Public Delegate Function DelegateIsDefaultInstanceName(sInstanceName As String) As Boolean 

Parameters

sInstanceName
String

The string value of the specified instance name.

Return Value

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

Applies to