Свойство SystemPropertiesGetResponse.SystemProperties
Gets or sets the system properties to return in the response.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property SystemProperties As Collection(Of SystemPropertyValue)
Get
Set
'Применение
Dim instance As SystemPropertiesGetResponse
Dim value As Collection(Of SystemPropertyValue)
value = instance.SystemProperties
instance.SystemProperties = value
[MessageBodyMemberAttribute]
public Collection<SystemPropertyValue> SystemProperties { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemPropertyValue^>^ SystemProperties {
Collection<SystemPropertyValue^>^ get ();
void set (Collection<SystemPropertyValue^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemProperties : Collection<SystemPropertyValue> with get, set
function get SystemProperties () : Collection<SystemPropertyValue>
function set SystemProperties (value : Collection<SystemPropertyValue>)
Значение свойства
Тип: System.Collections.ObjectModel.Collection<SystemPropertyValue>
The collection of system properties to return in the response.
См. также
Справочник
SystemPropertiesGetResponse Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts