DomainJoinStatusProperty.JoinedDomainName Property
Gets and sets the name of the joined domain.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public string JoinedDomainName { get; set; }
public:
[DataMemberAttribute]
property String^ JoinedDomainName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property JoinedDomainName As String
Property Value
Type: System.String
The name of the joined domain.
See Also
DomainJoinStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top