RegisteredProperty.Description Property

Definition

Gets or sets description of the property.

public:
 property Microsoft::SqlServer::Management::Localizable ^ Description { Microsoft::SqlServer::Management::Localizable ^ get(); void set(Microsoft::SqlServer::Management::Localizable ^ value); };
public Microsoft.SqlServer.Management.Localizable Description { get; set; }
member this.Description : Microsoft.SqlServer.Management.Localizable with get, set
Public Property Description As Localizable

Property Value

Returns the specified description of the property.

Applies to