FormObject.Fields Property

Definition

Gets the Fields property.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Fields { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> Fields { get; }
member this.Fields : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Fields As Dictionary(Of String, String)

Property Value

Applies to