PolicyAssignmentIdentificationMachine Class

 

Represents policy assignment machine identification.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentIdentificationMachine

Syntax

[SerializableAttribute]
public sealed class PolicyAssignmentIdentificationMachine
[SerializableAttribute]
public ref class PolicyAssignmentIdentificationMachine sealed 
<SerializableAttribute>
Public NotInheritable Class PolicyAssignmentIdentificationMachine

Constructors

Name Description
System_CAPS_pubmethod PolicyAssignmentIdentificationMachine()

Initializes a new instance of the PolicyAssignmentIdentificationMachine class.

System_CAPS_pubmethod PolicyAssignmentIdentificationMachine(SystemInformation)

Initializes a new instance of the PolicyAssignmentIdentificationMachine class.

Properties

Name Description
System_CAPS_pubproperty ClientId

Gets or sets the client GUID as an SmsClientId object.

System_CAPS_pubproperty Fqdn

Gets or sets the FQDN of the computer.

System_CAPS_pubproperty NetBiosName

Gets or sets the NetBIOS name of the computer.

System_CAPS_pubproperty Sid

Gets or sets the SID of the user.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.ConfigurationManagement.Messaging.Messages Namespace

Return to top