Metodo DisplayCategoryKeyAttribute.GetDefaultKey (PropertyInfo)

Gets the default key using the specified PropertyInfo object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetDefaultKey ( _
    property As PropertyInfo _
) As String
'Utilizzo
Dim instance As DisplayCategoryKeyAttribute 
Dim property As PropertyInfo 
Dim returnValue As String 

returnValue = instance.GetDefaultKey(property)
public string GetDefaultKey(
    PropertyInfo property
)
public:
virtual String^ GetDefaultKey(
    PropertyInfo^ property
) sealed
abstract GetDefaultKey : 
        property:PropertyInfo -> string  
override GetDefaultKey : 
        property:PropertyInfo -> string
public final function GetDefaultKey(
    property : PropertyInfo
) : String

Parametri

Valore restituito

Tipo: System.String
The key that is used to look up a localized property category in a default resource file.

Vedere anche

Riferimento

DisplayCategoryKeyAttribute Classe

Overload GetDefaultKey

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc