다음을 통해 공유


BRAttributeArgument.ChildArguments 속성

정의

자식 인수의 배열을 가져오거나 설정합니다.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRFreeformArgument ^> ^ ChildArguments { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRFreeformArgument ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRFreeformArgument ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRFreeformArgument> ChildArguments { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ChildArguments : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRFreeformArgument> with get, set
Public Property ChildArguments As Collection(Of BRFreeformArgument)

속성 값

BRFreeformArgument 형식의 컬렉션입니다.

특성

적용 대상