[This is preliminary documentation and is subject to change.]
Gets or sets list of arguments for the filter
Namespace:
OfficeClip.BusinessLayer.ReportsAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public string[] Arguments { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Arguments As String() |
| Visual C++ |
|---|
public: property array<String^>^ Arguments { array<String^>^ get (); void set (array<String^>^ value); } |
