MarketingList.ModifiedBy Property

 

Applies To: Dynamics Marketing

Gets or sets the name of the contact who last updated the marketing list.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public string ModifiedBy { get; set; }
public:
[DataMemberAttribute]
property String^ ModifiedBy {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member ModifiedBy : string with get, set
<DataMemberAttribute>
Public Property ModifiedBy As String

Property Value

Type: System.String

Type: String

See Also

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

Return to top