'Declaration
Public Property Fields As List(Of String)
'Usage
Dim instance As PDFSubmitFormAction Dim value As List(Of String) instance.Fields = value value = instance.Fields
public List<string> Fields {get; set;}
public: __property List<string*>* get_Fields(); public: __property void set_Fields( List<string*>* value );
public: property List<String^>^ Fields { List<String^>^ get(); void set ( List<String^>^ value); }