.NET Framework Class Library

Calculate.params Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

Calculate.params Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property params As List(Of String)
 Get
 Set

C#

[DataMemberAttribute]
public List<stringparams { getset; }

Visual C++

public:
[DataMemberAttribute]
property List<String^>^ params {
 List<String^>^ get ();
 void set (List<String^>^ value);
}

See Also

Calculate Class

Calculate Members

Gnostice.Controls.ASP Namespace