Gets the distribution fields.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public abstract List<string> DistributionFields { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property DistributionFields As List(Of String)
Get |
| Visual C++ |
|---|
public:
virtual property List<String^>^ DistributionFields {
List<String^>^ get () abstract;
} |
| F# |
|---|
abstract DistributionFields : List<string> with get
|
Property Value
Type:
List<(Of <(<'String>)>)>The distribution fields
See Also