次の方法で共有


SystemPropertiesGetResponse.SystemProperties プロパティ

応答で返されるシステム プロパティを取得または設定します。

名前空間:  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>
応答で返されるシステム プロパティのコレクション。

関連項目

参照

SystemPropertiesGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間