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

Initializes a new instance of the RequestAssignmentsclass. Specifies a resource type

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
RequestAssignments(
	

PolicyAssignmentResourceType 
resourceType
)
Public 
Sub 
New ( _
	
resourceType 
As 

PolicyAssignmentResourceType _
)
public:
RequestAssignments(
	

PolicyAssignmentResourceType 
resourceType
)

Parameters

resourceType
PolicyAssignmentResourceType

See Also