adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WMITrigger Class / Locale Property


In This Topic
    Locale Property
    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