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

getJSON() public method

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