[This is preliminary documentation and is subject to change.]

array of groups

Namespace:  OfficeClip.BusinessLayer.Metabase.Filter
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also