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