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

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

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

Syntax

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

See Also