ProjectVersion.Description Property

Definition

Gets or sets the description of the instance.

public:
 property System::String ^ Description { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Description")]
[System.ComponentModel.ReadOnly(true)]
public string Description { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Description")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Description : string
Public ReadOnly Property Description As String

Property Value

The description of the instance.

Attributes

Applies to