共用方式為


SystemProperties 屬性

Gets or sets an ArrayOfSystemPropertyValue complex type.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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< (Of < ( <'SystemPropertyValue> ) > ) >
Collection of type SystemPropertyValue.