Propriedade do RDL BRItem.PostfixArguments
Gets or sets the collection of postfix (right-hand-side) arguments.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
Get
Friend Set
'Uso
Dim instance As BRItem
Dim value As Collection(Of IBRArgument)
value = instance.PostfixArguments
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<IBRArgument> PostfixArguments { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<IBRArgument^>^ PostfixArguments {
Collection<IBRArgument^>^ get ();
internal: void set (Collection<IBRArgument^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PostfixArguments : Collection<IBRArgument> with get, internal set
function get PostfixArguments () : Collection<IBRArgument>
internal function set PostfixArguments (value : Collection<IBRArgument>)
Valor da propriedade
Tipo: System.Collections.ObjectModel.Collection<IBRArgument>
The collection of postfix (right-hand-side) arguments.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts