PutAccessLevelBodyGrant Property  | 
 
            The access level to set.
            Use "rw" to set the collection level access to 'Read/Write'.
            Use "ro" to set the collection level access to 'Read Only'.
            Use "none" to set the collection level access to 'No access'.
            
 
    Namespace: 
   ArangoDBNetStandard.UserApi.Models
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic string Grant { get; set; }Public Property Grant As String
	Get
	Set
public:
property String^ Grant {
	String^ get ();
	void set (String^ value);
}member Grant : string with get, set
Property Value
Type: 
String
See Also