Udostępnij za pośrednictwem


Właściwość BRItem.PostfixArguments

Pobiera lub ustawia tablicę przyrostkowe argumenty (prawo-nadwozia1-strona).

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

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of Object)
    Get
    Set
'Użycie
Dim instance As BRItem
Dim value As Collection(Of Object)

value = instance.PostfixArguments

instance.PostfixArguments = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Object> PostfixArguments { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Object^>^ PostfixArguments {
    Collection<Object^>^ get ();
    void set (Collection<Object^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PostfixArguments : Collection<Object> with get, set
function get PostfixArguments () : Collection<Object>
function set PostfixArguments (value : Collection<Object>)

Wartość właściwości

Typ: System.Collections.ObjectModel.Collection<Object>
Kolekcja obiektów reprezentujących argumenty.