DescriptionResourceAttribute.DescriptionKey Property
Gets the key of the description resource entry in the specified resource.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property DescriptionKey As String
'Usage
Dim instance As DescriptionResourceAttribute
Dim value As String
value = instance.DescriptionKey
public string DescriptionKey { get; }
public:
property String^ DescriptionKey {
String^ get ();
}
public function get DescriptionKey () : String
Property Value
Type: System.String
The key of the description resource entry in the specified resource.
.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.
See Also
Reference
DescriptionResourceAttribute Class
DescriptionResourceAttribute Members
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |