Utility.UtilityName Property

Definition

Gets the name of the utility control point (UCP).

public:
 property System::String ^ UtilityName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string UtilityName { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.UtilityName : string with get, set
Public Property UtilityName As String

Property Value

A String containing the UCP name.

Attributes

Applies to