Dela via


DisplayCategoryKeyAttribute.Key Property

Gets the key that is used to look up the localized property category. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Key As String 
    Get
'Usage
Dim instance As DisplayCategoryKeyAttribute 
Dim value As String 

value = instance.Key
public string Key { get; }
public:
virtual property String^ Key {
    String^ get () sealed;
}
abstract Key : string 
override Key : string
final function get Key () : String

Property Value

Type: System.String
The key that is used to look up the localized property category.

See Also

Reference

DisplayCategoryKeyAttribute Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace