HostItem.Cookie Property
Gets or sets the primary cookie of the object represented by this class.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Public Property Cookie As String
'Usage
Dim instance As HostItem
Dim value As String
value = instance.Cookie
instance.Cookie = value
public string Cookie { get; set; }
public:
virtual property String^ Cookie {
String^ get () sealed;
void set (String^ value) sealed;
}
public final function get Cookie () : String
public final function set Cookie (value : String)
Property Value
Type: System.String
The cookie.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace