LocalizedDescriptionAttribute.Description Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the localized description of the property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Description As String
public override string Description { get; }
public:
virtual property String^ Description {
String^ get () override;
}
abstract Description : string with get
override Description : string with get
override function get Description () : String
Property Value
Type: String
The localized description of the property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.