Company Class

 

Applies To: Dynamics Marketing

Represents a company in Microsoft Dynamics Marketing.

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

System::Object
  Microsoft.Dynamics.Marketing.SDK.Model::Company

[KnownTypeAttribute((Category^::typeid))]
[DataContractAttribute]
public ref class Company 

NameDescription
System_CAPS_pubmethodCompany()

Initializes a new instance of theCompany class.

NameDescription
System_CAPS_pubpropertyAddress

Gets or sets the company’s address.

System_CAPS_pubpropertyBelongsToCompany

Gets or sets the company that the user belongs to.

System_CAPS_pubpropertyCity

Gets or sets the company’s city.

System_CAPS_pubpropertyCompanyDescription

Gets or sets the company description.

This property is labeled as 'Memo' in the web application user interface and in the OData CSDL.

System_CAPS_pubpropertyCountryRegion

Gets or sets the company’s country/region.

System_CAPS_pubpropertyCustomFields

Gets or sets the custom fields.

System_CAPS_pubpropertyDoubleOptIn

System_CAPS_pubpropertyFax

Gets or sets the company’s fax number.

System_CAPS_pubpropertyId

Gets or sets the company’s ID.

System_CAPS_pubpropertyIsClient

Gets or sets a value indicating whether it’s a client company.

System_CAPS_pubpropertyIsMarketing

Gets or sets a value indicating whether it’s a marketing company.

System_CAPS_pubpropertyIsVendor

Gets or sets a value indicating whether it’s a vendor company.

System_CAPS_pubpropertyName

Gets or sets the company’s name.

System_CAPS_pubpropertyOriginOfChanges

Gets or sets the origin of change.

System_CAPS_pubpropertyPhone

Gets or sets the company’s phone number.

System_CAPS_pubpropertyPostalCode

Gets or sets the company’s postal code.

System_CAPS_pubpropertyStateProvince

Gets or sets the company’s state or province.

System_CAPS_pubpropertyStatus

Gets or sets the status of the entity record.

System_CAPS_pubpropertyUpdateDate

Gets or sets a value that indicates when the changes to the company came from.

System_CAPS_pubpropertyUrl

Gets or sets the company’s URL.

System_CAPS_pubpropertyVersion

Gets or sets the version.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: