SystemPropertiesGetResponse.SystemProperties 속성

정의

응답에서 반환할 시스템 속성을 지정합니다.

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)

속성 값

응답에 반환할 시스템 속성입니다.

특성

적용 대상