Gets or sets the media store.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public string MediaStore { get; set; } |
| Visual Basic |
|---|
Public Property MediaStore As String Get Set |
| Visual C++ |
|---|
public: property String^ MediaStore { String^ get (); void set (String^ value); } |