SystemPropertiesGetResponse Class

Definition

The SystemPropertiesGetResponse element includes retrieved system property values in an array of SystemPropertyValue complex types.

public ref class SystemPropertiesGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class SystemPropertiesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type SystemPropertiesGetResponse = class
    inherit MessageResponse
Public Class SystemPropertiesGetResponse
Inherits MessageResponse
Inheritance
SystemPropertiesGetResponse
Attributes

Constructors

SystemPropertiesGetResponse()

Initializes a new instance of the SystemPropertiesGetResponse class.

Properties

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)
SystemProperties

Specifies the system properties to return in the response.

Applies to

See also