Contact.OriginOfChanges Property
Applies To: Dynamics Marketing
Gets or sets a value that indicates where the changes to the contact came from.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public ICollection<string> OriginOfChanges { get; set; }
public:
[DataMemberAttribute]
property ICollection<String^>^ OriginOfChanges {
ICollection<String^>^ get();
void set(ICollection<String^>^ value);
}
[<DataMemberAttribute>]
member OriginOfChanges : ICollection<string> with get, set
<DataMemberAttribute>
Public Property OriginOfChanges As ICollection(Of String)
Property Value
Type: System.Collections.Generic.ICollection<String>
Type: ICollection <strings> OriginOfChanges
See Also
Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top