Share via


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

See Also

Reference

DescriptionResourceAttribute Class

DescriptionResourceAttribute Members

Microsoft.VisualStudio.Modeling.Design Namespace

ResourceName

Type

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.