Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the desired result type for the BusinessRules collection.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.ResultType
The desired result type for the BusinessRules collection.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts