Condividi tramite


Proprietà BRConditions

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property BRConditions As ResultType
    Get
    Set
'Utilizzo
Dim instance As BRResultOptions
Dim value As ResultType

value = instance.BRConditions

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

Valore proprietà

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