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 | |
---|---|---|
PolicyAssignmentIdentificationMachine() | Initializes a new instance of the PolicyAssignmentIdentificationMachine class. |
|
PolicyAssignmentIdentificationMachine(SystemInformation) | Initializes a new instance of the PolicyAssignmentIdentificationMachine class. |
Properties
Name | Description | |
---|---|---|
ClientId | Gets or sets the client GUID as an SmsClientId object. |
|
Fqdn | Gets or sets the FQDN of the computer. |
|
NetBiosName | Gets or sets the NetBIOS name of the computer. |
|
Sid | Gets or sets the SID of the user. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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