set_scope


Description:

public void set_scope (string type, string? value)

Sets the scope_type property to type and the scope_value property to value.

Set scope_value to null to unset the scope_value property in the access rule. type cannot be null. scope_value must be null if type is default, and non-%NULL otherwise.

See the online documentation for more information.

Parameters:

this

a AccessRule

type

a new scope type

value

a new scope value, or null