Initializes a new instance of the FieldItem class with specific parameters. Parameters set the Value property.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public FieldItem( Object value ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ value As Object _ ) |
Visual C++ |
---|
public: FieldItem( Object^ value ) |
Parameters
- value
- Type: System..::.Object