[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Policy assignment machine identification

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 

PolicyAssignmentIdentificationMachine
<
SerializableAttribute> _
Public 
NotInheritable 
Class 

PolicyAssignmentIdentificationMachine
[
SerializableAttribute]
public 
ref class 

PolicyAssignmentIdentificationMachine 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignmentIdentificationMachine () () () ()
Initializes a new instance of the PolicyAssignmentIdentificationMachineclass.
PolicyAssignmentIdentificationMachine(SystemInformation)
Initializes a new instance of the PolicyAssignmentIdentificationMachineclass.
ClientId
Gets or sets the GUID of the client as a SmsClientId object
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Fqdn
Gets or sets the FQDN of the computer
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
NetBiosName
Gets or sets the NetBIOS name of the computer
Sid
Gets or sets the SID of the user
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also