Share via


LocalizedPropertyResourcesAttribute.ResourcesName Property

Gets the name of the resources that contain localized property category and name strings. 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 ResourcesName As String
    Get
'Usage
Dim instance As LocalizedPropertyResourcesAttribute
Dim value As String

value = instance.ResourcesName
public string ResourcesName { get; }
public:
property String^ ResourcesName {
    String^ get ();
}
member ResourcesName : string
function get ResourcesName () : String

Property Value

Type: System.String
The name of the resources that contain localized property category and name strings.