The AppCookieStickinessPolicy data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AppCookieStickinessPolicy
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AppCookieStickinessPolicy()()()() | 
            Default constructor for a new AppCookieStickinessPolicy object.  Callers should use the
            properties or fluent setter (With...) methods to initialize this object after creating it.
             | 
|  | AppCookieStickinessPolicy(String, String) | 
            Constructs a new AppCookieStickinessPolicy object.
            Callers should use the properties or fluent setter (With...) methods to
            initialize any additional object members.
             | 
|  | CookieName | 
            The name of the application cookie used for stickiness.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PolicyName | 
            The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCookieName(String) | Obsolete. 
            Sets the CookieName property
             | 
|  | WithPolicyName(String) | Obsolete. 
            Sets the PolicyName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AppCookieStickinessPolicy |