Public Member Functions | |
| PolicyValue (string name, object value) | |
| Initializes a new instance of the object. | |
Properties | |
| string | Name [get] |
| Gets the name of this value. | |
| object | Value [get] |
| Gets the value for this object. | |
| Simias::Policy::PolicyValue::PolicyValue | ( | string | name, | |
| object | value | |||
| ) | [inline] |
Initializes a new instance of the object.
| name | Name of the value. | |
| value | Value to store in the object. |
string Simias::Policy::PolicyValue::Name [get] |
Gets the name of this value.
object Simias::Policy::PolicyValue::Value [get] |
Gets the value for this object.
1.5.6