CustomField Class

 

Applies To: Dynamics Marketing

Represents a custom field in Microsoft Dynamics Marketing.

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Model.CustomField

Syntax

[DataContractAttribute]
public class CustomField
[DataContractAttribute]
public ref class CustomField 
[<DataContractAttribute>]
type CustomField = class end
<DataContractAttribute>
Public Class CustomField

Constructors

Name Description
System_CAPS_pubmethod CustomField()

Initializes a new instance of theCustomField class.

Properties

Name Description
System_CAPS_pubproperty EntityTypeName

Gets or sets the type name of the custom field entity.

System_CAPS_pubproperty FieldName

Gets or sets the name of the custom field.

System_CAPS_pubproperty FieldTypeName

Gets or sets the type name of the custom field.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Dynamics.Marketing.SDK.Model
Developer overview of Microsoft Dynamics Marketing
Provide customized data to your users
Getting started with the SDK
Quick start with sample code
Sample: Retrieve custom fields by Belongs-To company and entity
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference

Return to top