AlchemyAPI.AlchemyAPI_TargetedSentimentParams.isshowSourceText C# (CSharp) Method

isshowSourceText() public method

public isshowSourceText ( ) : bool
return bool
		public bool isshowSourceText()
		{
			if (TBOOL.TRUE == showSourceText)
				return true;
			return false;
		}