BloombergFLP.CollectdWin.AttributeValue.getJSON C# (CSharp) Method

getJSON() public method

public getJSON ( ) : string
return string
        public override string getJSON()
        {
            return string.Format(JSON_FORMAT, Name, Value);
        }