MarketingList.CreatedBy Property
Applies To: Dynamics Marketing
Gets or sets the user name of the contact who created the marketing list.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public string CreatedBy { get; set; }
public:
[DataMemberAttribute]
property String^ CreatedBy {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member CreatedBy : string with get, set
<DataMemberAttribute>
Public Property CreatedBy As String
Property Value
Type: System.String
Type: String
See Also
MarketingList Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top