In This Topic
The WMI locale to use
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property Locale As String
[CanBeNull()]
public string Locale {get; set;}
[CanBeNull()]
public:
property String^ Locale {
String^ get();
void set ( String^ value);
}
See Also