SmsSecurityObject.GetLocalizedClassName Method
Gets the localized string for the specified management provider class.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim className As String
Dim returnValue As String
returnValue = SmsSecurityObject.GetLocalizedClassName(className)
Syntax
'Declaration
Public Shared Function GetLocalizedClassName ( _
className As String _
) As String
public static string GetLocalizedClassName (
string className
)
public:
static String^ GetLocalizedClassName (
String^ className
)
public static String GetLocalizedClassName (
String className
)
public static function GetLocalizedClassName (
className : String
) : String
Parameters
- className
[in] Name of a management provider class.
Return Value
Localized class string.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsSecurityObject Class
SmsSecurityObject Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace