Utility.Description Property

Definition

Gets or sets a String describing the UCP.

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

Property Value

A String value that contains a description of the UCP.

Attributes

Applies to