BRResultOptions.BusinessRules 屬性
Gets or sets a ResultType controlling the population of the BusinessRulesMember property.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property BusinessRules As ResultType
Get
Set
'用途
Dim instance As BRResultOptions
Dim value As ResultType
value = instance.BusinessRules
instance.BusinessRules = value
[DataMemberAttribute]
public ResultType BusinessRules { get; set; }
[DataMemberAttribute]
public:
property ResultType BusinessRules {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute>]
member BusinessRules : ResultType with get, set
function get BusinessRules () : ResultType
function set BusinessRules (value : ResultType)
屬性值
型別:Microsoft.MasterDataServices.ResultType
A new instance of type ResultType.