PostfixArguments 屬性
ArrayOfanyType.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PostfixArguments As Collection(Of IBRArgument)
Get
Set
'用途
Dim instance As BRItem
Dim value As Collection(Of IBRArgument)
value = instance.PostfixArguments
instance.PostfixArguments = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<IBRArgument> PostfixArguments { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<IBRArgument^>^ PostfixArguments {
Collection<IBRArgument^>^ get ();
void set (Collection<IBRArgument^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PostfixArguments : Collection<IBRArgument> with get, set
function get PostfixArguments () : Collection<IBRArgument>
function set PostfixArguments (value : Collection<IBRArgument>)
屬性值
型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'IBRArgument> ) > ) >
ArrayOfanyType.