Share via


InstanceInfo.StoreName Property

Gets or sets the name of the store.

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.StoreName

instance.StoreName = value

Syntax

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

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

CompilerGeneratedAttribute 
protected function set StoreName (value : String)

Property Value

The name of the store.

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