Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the collection of action components.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
Get
Friend Set
'Uso
Dim instance As BRActionGroup
Dim value As Collection(Of BRActionComponent)
value = instance.BRActionComponents
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionComponent> BRActionComponents { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionComponent^>^ BRActionComponents {
Collection<BRActionComponent^>^ get ();
internal: void set (Collection<BRActionComponent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionComponents : Collection<BRActionComponent> with get, internal set
function get BRActionComponents () : Collection<BRActionComponent>
internal function set BRActionComponents (value : Collection<BRActionComponent>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<BRActionComponent>
The collection of action components.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts