Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default key using the specified PropertyInfo object
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetDefaultKey ( _
property As PropertyInfo _
) As String
'Usage
Dim instance As DisplayNameKeyAttribute
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
Parameters
- property
Type: System.Reflection.PropertyInfo
The PropertyInfo object that is used to get the default key.
Return Value
Type: System.String
The key that is used to look up a localized property name in a default resource file.