SystemPropertiesGetRequest.SystemPropertyTypes プロパティ

定義

システム プロパティの型を指定します。

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

プロパティ値

システム プロパティの型。

属性

適用対象