AccessTypes Enumerazione

Definizione

Attenzione

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Specifica la modalità di accesso per la proprietà di dipendenza.

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

public enum class AccessTypes
[System.Flags]
public enum AccessTypes
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum AccessTypes
[<System.Flags>]
type AccessTypes = 
[<System.Flags>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type AccessTypes = 
Public Enum AccessTypes
Ereditarietà
AccessTypes
Attributi

Campi

Nome Valore Descrizione
Read 1

Accesso in lettura.

Write 2

Accesso in scrittura.

ReadWrite 3

Accesso in lettura e scrittura.

Commenti

Annotazioni

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Si applica a