SystemPropertiesGetRequest.SystemPropertyTypes Property

Definition

Specifies the system property types.

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)

Property Value

The system property types.

Attributes

Applies to