Gets or sets array<String>[]()[]

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public string[] JointFields { get; set; }
Visual Basic (Declaration)
Public Property JointFields As String()
Visual C++
public:
property array<String^>^ JointFields {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also