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

The ConfigMgrPolicyAssignmentRequesttype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
AssignmentValidation
Validation type for the policy request. Default is None. Using CRC has a performance impact on the MP and is normally only done during special intervals.
Attachments
Gets Attachments to the message.
(Inherited from Message.)
Body
Get/Set message body. This should never be empty except for some very special cases.
(Inherited from Message.)
MessageId
Internal ID of the message.
(Inherited from Message.)
PostSendActionsSupported
If true, message supports post-send actions
(Inherited from Message.)
Priority
The priority for the message. This is only used for reference by senders and has no actual effect on the message
(Inherited from Message.)
ReplyType
Reply type encapsulated by this message
(Inherited from SynchronousMessageRequest.)
RequestType
Request type. Defaults to Full.
ResourceType
Policy resource type. Defaults to Machine.
SenderCallback
Callback to Sender for the message. This is null unless a message is in the process of being sent.
(Inherited from Message.)
SenderType
The sender type for the message. This is only used for reference by senders and has no actual effect on the message.
(Inherited from Message.)
ServerCookie
Server cookie. Defaults to null. This is required when sending delta policy requests.

This should not be sent with full policy requests.

IMessageBase . . :: . . Settings
Message settings and properties
(Inherited from Message.)
Settings
Message settings
(Inherited from Message.)
SiteCode
Site code for the request (required)
(Overrides Message . . :: . . SiteCode.)
SmsId
Gets/sets the SMSID (required)
(Overrides Message . . :: . . SmsId.)
SupportsInlineSerializers
If true, Serialize() will be called on send, and Deserialize() will be called on receive.

Default setting is true. Override to false with care.

(Inherited from Message.)
SystemInformation
System information for the requesting machine. If not set, current machine information will be used.
UserInformation
User identification. This is required if ResourceType is User, optional if Machine.

See Also