RaumfeldNET.MediaItem_Shuffle.isBrowsable C# (CSharp) Method

isBrowsable() public method

public isBrowsable ( ) : System.Boolean
return System.Boolean
        public override Boolean isBrowsable()
        {
            return false;
        }