Company.OriginOfChanges Property

 

Applies To: Dynamics Marketing

Gets or sets the origin of change.

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<string>

See Also

Company Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top