SystemPropertiesGetResponse Constructors

Definition

Initializes a new instance of the SystemPropertiesGetResponse class.

Overloads

SystemPropertiesGetResponse()

Initializes a new instance of the SystemPropertiesGetResponse class that has default values.

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

Initializes a new instance of the SystemPropertiesGetResponse class that has the specified operation result and list of system properties.

SystemPropertiesGetResponse()

Initializes a new instance of the SystemPropertiesGetResponse class that has default values.

public:
 SystemPropertiesGetResponse();
public SystemPropertiesGetResponse ();
Public Sub New ()

Applies to

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

Initializes a new instance of the SystemPropertiesGetResponse class that has the specified operation result and list of system properties.

public:
 SystemPropertiesGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemPropertyValue ^> ^ SystemProperties);
public SystemPropertiesGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> SystemProperties);
new Microsoft.MasterDataServices.SystemPropertiesGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Public Sub New (OperationResult As OperationResult, SystemProperties As Collection(Of SystemPropertyValue))

Parameters

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

SystemProperties
Collection<SystemPropertyValue>

The system properties to return in the response.

Applies to