PermissionIndex Property
Specifies the permission.
Syntax
[VB.NET] Public Property PermissionIndex As Integer
[C#] public int PermissionIndex {get; set;}
Remarks
This property specifies the selected permission. Set PermissionIndex to a value from 0 to PermissionCount - 1 to select a file.
This property may be set to -1 to clear the selection. This is useful when you wish to specify properties before calling AddPermission.
This property is not available at design time.
Default Value
-1