SharpCifs.Smb.Ace.IsAllow C# (CSharp) Method

IsAllow() public method

Returns true if this ACE is an allow ACE and false if it is a deny ACE.
Returns true if this ACE is an allow ACE and false if it is a deny ACE.
public IsAllow ( ) : bool
return bool
		public virtual bool IsAllow()
		{
			return Allow;
		}