DMCreativeFilterCreatedByUserId Property
|
Alterian Email Manager 6.2.3 SDK Help File
Id of the user that created the creative
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic Nullable<int> CreatedByUserId { get; set; }
Public Property CreatedByUserId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> CreatedByUserId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member CreatedByUserId : Nullable<int> with get, set
function get_CreatedByUserId();
function set_CreatedByUserId(value);
Property Value
Type:
NullableInt32
See Also