SystemPropertiesGetResponse.SystemProperties Property

Definition

Specifies the system properties to return in the response.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemPropertyValue ^> ^ SystemProperties { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemPropertyValue ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemPropertyValue ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyValue> SystemProperties { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.SystemProperties : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyValue> with get, set
Public Property SystemProperties As Collection(Of SystemPropertyValue)

Property Value

The system properties to return in the response.

Attributes

Applies to