DomainJoinStatusProperty Class

 

A property of the join domain status of device.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.Devices::DeviceProperty
    Microsoft.WindowsServerSolutions.Common.Devices::DomainJoinStatusProperty

[DataContractAttribute]
public ref class DomainJoinStatusProperty sealed : DeviceProperty

NameDescription
System_CAPS_pubpropertyJoinedDomainName

Gets and sets the name of the joined domain.

System_CAPS_pubpropertyPropertyName

Gets the name of the property.(Inherited from DeviceProperty.)

System_CAPS_pubpropertyStatus

Gets and sets the domain join status.

System_CAPS_pubpropertyTimestamp

Gets the timestamp for the device.(Inherited from DeviceProperty.)

NameDescription
System_CAPS_pubmethodEquals(DeviceProperty^)

Determines if this DomainJoinStatusProperty object is equal to another.(Overrides DeviceProperty::Equals(DeviceProperty^).)

System_CAPS_pubmethodEquals(Object^)

Determines if this DomainJoinStatusProperty object is equal to the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Retrieves a hash code for the current instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Overrides Object::ToString().)

System_CAPS_pubmethodUpdateDeviceInfo(DeviceInfo^)

Updates device information.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: