Class AppConfiguration_CustomProperty
- Namespace
 - PolarStudio
 
- Assembly
 - PolarStudio.dll
 
This class contains Name/Value pairs (string/string) for custom properties for the configuration.
public class AppConfiguration_CustomProperty
  - Inheritance
 - 
      
      AppConfiguration_CustomProperty
 
- Inherited Members
 
- Extension Methods
 
Properties
Name
The name of the property
public string Name { get; set; }
  Property Value
Value
The value of the property
public string Value { get; set; }