BloombergFLP.CollectdWin.AttributeValue.getJSON C# (CSharp) Méthode

getJSON() public méthode

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