CustomField.EntityTypeName Property
Applies To: Dynamics Marketing
Gets or sets the type name of the custom field entity.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public string EntityTypeName { get; set; }
public:
[DataMemberAttribute]
property String^ EntityTypeName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member EntityTypeName : string with get, set
<DataMemberAttribute>
Public Property EntityTypeName As String
Property Value
Type: System.String
Type: String
See Also
CustomField Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top