CreateOrUpdateCustomFieldCategoriesRequest.EntityTypeName Property
Applies To: Dynamics Marketing
Gets or sets the entity type name.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Category
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
CreateOrUpdateCustomFieldCategoriesRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Category Namespace
Return to top