LocalizablePropertyDescriptor.Description Property
Gets the localized description of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Description As String
Get
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim value As String
value = instance.Description
public override string Description { get; }
public:
virtual property String^ Description {
String^ get () override;
}
abstract Description : string
override Description : string
override function get Description () : String
Property Value
Type: System.String
The localized description of the property.