Proprietà BRConditions
A ResultType controlling the population of the BRConditions property in BusinessRules.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.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.Services.DataContracts. . :: . .ResultType
ResultType.
Vedere anche