[This is preliminary documentation and is subject to change.]
Gets the description stored in this attribute.
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public override string Description { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property Description As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ Description {
String^ get () override;
} |
| F# |
|---|
abstract Description : string
override Description : string |
| JScript |
|---|
override function get Description () : String
|
Return Value
The description stored in property with name stored in
PropertyName of type stored in
Resource. If this failt returns alternative value if specified.
See Also