Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a ResultType controlling the population of the BusinessRulesMember property.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BusinessRules As ResultType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.ResultType
A new instance of type ResultType.