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;
		}