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.