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

Gets or sets the name of the store. Returns null if the store name is not supported.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
string 
StoreName { 
get; 
protected 
set; }
Public 
Property 
StoreName 
As 
String
	
Get
	
Protected 
Set
public:
property 
String^ 
StoreName {
	
String^ 
get ();
	
protected: 
void 
set (
String^ 
value);
}

See Also