SharpCifs.Smb.Ace.GetFlags C# (CSharp) 메소드

GetFlags() 공개 메소드

Returns the flags for this ACE.
Returns the flags for this ACE. The isInherited() method checks the FLAGS_INHERITED bit in these flags.
public GetFlags ( ) : int
리턴 int
		public virtual int GetFlags()
		{
			return Flags;
		}