SharpCifs.Smb.Ace.IsAllow C# (CSharp) Метод

IsAllow() публичный Метод

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
Результат bool
		public virtual bool IsAllow()
		{
			return Allow;
		}