'DeclarationPublic Enum InsertArenaOption Inherits System.Enum
'UsageDim instance As InsertArenaOption
public enum InsertArenaOption : System.Enum
'DeclarationPublic Enum InsertArenaOption Inherits System.Enum
'UsageDim instance As InsertArenaOption
public enum InsertArenaOption : System.Enum
| Member | Description |
|---|---|
| AllUnprotectedFields | Changes are allowed to all unprotected fields in the partition. |
| CurrentField | No change is allowed to any field except the current field. |
| LocalUnprotectedFields | Changes are allowed to the current field and to other local unprotected fields. If two or more unprotected fields are contiguous (that is, not separated by any protected fields), they are local. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.InsertArenaOption