Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the security privileges that will be used in the request.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property Privileges As SecurityPrivileges
Get
Set
'Применение
Dim instance As SecurityPrivilegesRequest
Dim value As SecurityPrivileges
value = instance.Privileges
instance.Privileges = value
[MessageBodyMemberAttribute]
public SecurityPrivileges Privileges { get; set; }
[MessageBodyMemberAttribute]
public:
property SecurityPrivileges^ Privileges {
SecurityPrivileges^ get ();
void set (SecurityPrivileges^ value);
}
[<MessageBodyMemberAttribute>]
member Privileges : SecurityPrivileges with get, set
function get Privileges () : SecurityPrivileges
function set Privileges (value : SecurityPrivileges)
Значение свойства
Тип: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges
The security privileges that will be used in the request.
См. также
Справочник
SecurityPrivilegesRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts