Exemplo n.º 1
0
 string GetPropertyValue(DebugPropertyPageTag propertyTag)
 {
     var propertyName = propertyTag.ToString();
     return GetPropertyValue(propertyName);
 }
Exemplo n.º 2
0
        void SetPropertyValue(DebugPropertyPageTag propertyTag, string value)
        {
            var propertyName = propertyTag.ToString();

            SetConfigProperty(propertyName, value);
        }
Exemplo n.º 3
0
 void SetPropertyValue(DebugPropertyPageTag propertyTag, string value)
 {
     var propertyName = propertyTag.ToString();
     SetConfigProperty(propertyName, value);
 }
Exemplo n.º 4
0
        string GetPropertyValue(DebugPropertyPageTag propertyTag)
        {
            var propertyName = propertyTag.ToString();

            return(GetPropertyValue(propertyName));
        }