CmisSync.Spinner.IsActive C# (CSharp) Method

IsActive() public method

public IsActive ( ) : bool
return bool
        public bool IsActive()
        {
            return this.Active;
        }