RetrieveCompaniesRequest Class

 

Applies To: Dynamics Marketing

Contains the data to retrieve a list of companies.

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

System::Object
  Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
    Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
      Microsoft.Dynamics.Marketing.SDK.Messages.Company::RetrieveCompaniesRequest

[DataContractAttribute]
public ref class RetrieveCompaniesRequest : SdkRequest

NameDescription
System_CAPS_pubmethodRetrieveCompaniesRequest()

Initializes a new instance of the RetrieveCompaniesRequest class.

NameDescription
System_CAPS_pubpropertyBelongsToCompanyId

Gets or sets the ID of the company the retrieved companies belongs to.

System_CAPS_pubpropertyFromUpdateDate

Gets or sets the value indicating the first update required by the company to be included in the result list, expressed as the Coordinated Universal Time (UTC).

System_CAPS_pubpropertyIncludeDeletedCompanies

Gets or sets a value indicating whether to include deleted items.

System_CAPS_pubpropertyMaxNumberOfRecordsToGet

Gets or sets the maximum number of records to retrieve.

System_CAPS_pubpropertyOriginOfChange

Gets or sets the value of origin of change required by the company to be part of the results list.

System_CAPS_pubpropertySkipNumberOfRecords

Gets or sets the number of records, starting from the beginning of the results, to not return in the response.

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_protmethodToBrokeredMessage()

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.)

System_CAPS_pubmethodToBrokeredMessage(String^)

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.)

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: