PermissionId Property
The Id of the permission.
Syntax
[VB.NET] Public Property PermissionId As String
[C#] public string PermissionId {get; set;}
Remarks
This property holds the Id of the permission. This must be specified when calling DeletePermission and UpdatePermission. This will be populated after calling ListPermissions and setting PermissionIndex to a valid index.
This property is not available at design time.
Default Value
""