SystemPropertiesGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |