Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A property of the join domain status of device.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
    Microsoft.WindowsServerSolutions.Common.Devices.DomainJoinStatusProperty
Syntax
[DataContractAttribute]
public sealed class DomainJoinStatusProperty : DeviceProperty
[DataContractAttribute]
public ref class DomainJoinStatusProperty sealed : DeviceProperty
<DataContractAttribute>
Public NotInheritable Class DomainJoinStatusProperty
    Inherits DeviceProperty
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | JoinedDomainName | Gets and sets the name of the joined domain. | 
| .jpeg) | PropertyName | Gets the name of the property.(Inherited from DeviceProperty.) | 
| .jpeg) | Status | Gets and sets the domain join status. | 
| .jpeg) | Timestamp | Gets the timestamp for the device.(Inherited from DeviceProperty.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(DeviceProperty) | Determines if this DomainJoinStatusProperty object is equal to another.(Overrides DeviceProperty.Equals(DeviceProperty).) | 
| .jpeg) | Equals(Object) | Determines if this DomainJoinStatusProperty object is equal to the specified object.(Overrides Object.Equals(Object).) | 
| .jpeg) | GetHashCode() | Retrieves a hash code for the current instance.(Overrides Object.GetHashCode().) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) | 
| .jpeg) | UpdateDeviceInfo(DeviceInfo) | Updates device information. | 
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.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top