Share via


Moniker.Key Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public ReadOnly Property Key As MonikerKey
'Usage
Dim instance As Moniker 
Dim value As MonikerKey 

value = instance.Key
public MonikerKey Key { get; }
public:
property MonikerKey^ Key {
    MonikerKey^ get ();
}
public function get Key () : MonikerKey

Property Value

Type: Microsoft.VisualStudio.Modeling.MonikerKey

.NET Framework Security

See Also

Reference

Moniker Class

Moniker Members

Microsoft.VisualStudio.Modeling Namespace