InstanceInfo.ActiveBookmarks Property

Gets or sets the bookmarks that are active.

Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Usage

'Usage
Dim instance As InstanceInfo
Dim value As String

value = instance.ActiveBookmarks

instance.ActiveBookmarks = value

Syntax

'Declaration
Public Overridable Property ActiveBookmarks As String
public virtual string ActiveBookmarks { get; protected set; }
public:
virtual property String^ ActiveBookmarks {
    String^ get ();
    protected: void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ActiveBookmarks ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_ActiveBookmarks (String value)
CompilerGeneratedAttribute 
public function get ActiveBookmarks () : String

CompilerGeneratedAttribute 
protected function set ActiveBookmarks (value : String)

Property Value

The bookmarks that are active.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

InstanceInfo Class
InstanceInfo Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace

  ff425134(v=azure.10).md 2011-08-26