PolicyAssignmentSignature.References Property
Gets references that contain signatures. These map back to actual policy assignments.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<PolicyAssignmentReference> References { get; }
public:
property Collection<PolicyAssignmentReference^>^ References {
Collection<PolicyAssignmentReference^>^ get();
}
Public ReadOnly Property References As Collection(Of PolicyAssignmentReference)
Property Value
Type: System.Collections.ObjectModel.Collection<PolicyAssignmentReference>
See Also
PolicyAssignmentSignature Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top