Get and set List of field names
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[] FieldNames { get; set; } |
Visual Basic |
---|
Public MustOverride Property FieldNames As String() Get Set |
Visual C++ |
---|
public: virtual property array<String^>^ FieldNames { array<String^>^ get () abstract; void set (array<String^>^ value) abstract; } |