Gets the localized string for the specified management provider
class.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim className As String
Dim returnValue As String
returnValue = SmsSecurityObject.GetLocalizedClassName(className)
|
Syntax
Visual Basic |
Public Shared Function GetLocalizedClassName ( _
className As String _
) As String
|
C# |
public static string GetLocalizedClassName (
string className
)
|
C++ |
public:
static String^ GetLocalizedClassName (
String^ className
)
|
J# |
public static String GetLocalizedClassName (
String className
)
|
JScript |
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