Get and set index name
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract string Name { get; set; }
Public MustOverride Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract Name : string with get, set
Property Value
Type:
String
The name.
See Also