Compartilhar via


Enumeração SecurityScopeEnum

Defines the scopes of security that are available for a SharePoint site.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Enumeration SecurityScopeEnum
'Uso
Dim instance As SecurityScopeEnum
[SerializableAttribute]
public enum SecurityScopeEnum
[SerializableAttribute]
public enum class SecurityScopeEnum
[<SerializableAttribute>]
type SecurityScopeEnum
public enum SecurityScopeEnum

Membros

Nome do membro Descrição
System Return system items.
Catalog Return catalog items.
Model Return model items.
All Return all items.

Comentários

Used by the ListRoles and ListTasks methods to specify the security scope of items to return.

Consulte também

Referência