MarketingResult.Contact Property
Applies To: Dynamics Marketing
Gets or sets the marketing result's contact.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Contact Contact { get; set; }
public:
[DataMemberAttribute]
property Contact^ Contact {
Contact^ get();
void set(Contact^ value);
}
[<DataMemberAttribute>]
member Contact : Contact with get, set
<DataMemberAttribute>
Public Property Contact As Contact
Property Value
Type: Microsoft.Dynamics.Marketing.SDK.Model.Contact
Type: Contact
See Also
MarketingResult Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top