Partager via


Propriété BRItem.PostfixArguments

Gets or sets an array of postfix (right-hand-side) arguments.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of Object)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<Object>
A collection of objects representing the arguments.

Voir aussi

Référence

BRItem Classe

Espace de noms Microsoft.MasterDataServices