RetrieveLeadsRequest.OriginOfChange Property

 

Applies To: Dynamics Marketing

Gets or sets the origin of change value that the lead needs to have to be part of the result list.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.Lead
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

RetrieveLeadsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Lead Namespace

Return to top