RetrieveContactsRequest.OriginOfChange Property
Applies To: Dynamics Marketing
Gets or sets the value of origin of change that the contact needs to have to be part of the result list.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Contact
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public string OriginOfChange { get; set; }
public:
[DataMemberAttribute]
property String^ OriginOfChange {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member OriginOfChange : string with get, set
<DataMemberAttribute>
Public Property OriginOfChange As String
Property Value
Type: System.String
Type: String
See Also
RetrieveContactsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Contact Namespace
Return to top