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 命名空间