PermissionMarker Property
A marker when permissions are paged.
Syntax
public String getPermissionMarker(); public void setPermissionMarker(String permissionMarker);
Remarks
This property returns a marker used to iterate over pages of permissions. When ListPermissions is called if the results are paged this property will be populated. Continue to call ListPermissions until this property returns empty string in order to list all permissions.
This property is not available at design time.
Default Value
""