Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the server cookie. The default value is null.
This property is required when sending delta policy requests. However, it should not be sent with full policy requests.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DateTime ServerCookie { get; set; }
public:
property DateTime ServerCookie {
DateTime get();
void set(DateTime value);
}
Public Property ServerCookie As Date
Property Value
Type: System.DateTime
See Also
ConfigMgrPolicyAssignmentRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top