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

Server cookie. Defaults to null. This is required when sending delta policy requests.

This should not be sent with full policy requests.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
DateTime 
ServerCookie { 
get; 
set; }
Public 
Property 
ServerCookie 
As 
DateTime
	
Get
	
Set
public:
property 
DateTime 
ServerCookie {
	
DateTime 
get ();
	
void 
set (
DateTime 
value);
}

See Also