Batch.Application.HasScheme C# (CSharp) Method

HasScheme() public method

public HasScheme ( ) : bool
return bool
        public bool HasScheme()
        {
            return Scheme != null;
        }