Compartir a través de


BRResultOptions.BRActions Propiedad

Gets or sets a ResultType controlling the population of the BRActions property.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property BRActions As ResultType
    Get
    Set
'Uso
Dim instance As BRResultOptions
Dim value As ResultType

value = instance.BRActions

instance.BRActions = value
[DataMemberAttribute]
public ResultType BRActions { get; set; }
[DataMemberAttribute]
public:
property ResultType BRActions {
    ResultType get ();
    void set (ResultType value);
}
[<DataMemberAttribute>]
member BRActions : ResultType with get, set
function get BRActions () : ResultType
function set BRActions (value : ResultType)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.ResultType
A new instance of type ResultType.

Vea también

Referencia

BRResultOptions Clase

Espacio de nombres Microsoft.MasterDataServices