Submission.Fields Property
Applies To: Dynamics Marketing
Gets or sets the list of fields submitted on the landing page.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public IEnumerable<Tuple<string, string>> Fields { get; set; }
public:
[DataMemberAttribute]
property IEnumerable<Tuple<String^, String^>^>^ Fields {
IEnumerable<Tuple<String^, String^>^>^ get();
void set(IEnumerable<Tuple<String^, String^>^>^ value);
}
[<DataMemberAttribute>]
member Fields : IEnumerable<Tuple<string, string>> with get, set
<DataMemberAttribute>
Public Property Fields As IEnumerable(Of Tuple(Of String, String))
Property Value
Type: System.Collections.Generic.IEnumerable<Tuple<String, String>>
The list of fields submitted on the landing page.
See Also
Submission Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top