Udostępnij za pośrednictwem


Właściwość SystemPropertiesGetResponse.SystemProperties

Pobiera lub ustawia złożony ArrayOfSystemPropertyValue.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.MessageContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<MessageBodyMemberAttribute> _
Public Property SystemProperties As Collection(Of SystemPropertyValue)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.ObjectModel.Collection<SystemPropertyValue>
Kolekcja typu SystemPropertyValue.