Get and set the data store
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public abstract string DataStore { get; set; } |
Visual Basic |
---|
Public MustOverride Property DataStore As String Get Set |
Visual C++ |
---|
public: virtual property String^ DataStore { String^ get () abstract; void set (String^ value) abstract; } |