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