PropertyKeyT(String, String, PropertyLevel) Constructor |
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PropertyKey(
string guidString,
string propertyName,
PropertyLevel applicationLevel
)
Parameters
- guidString String
- The unique identifier string used as a key string for this property.
- propertyName String
- Name of the property. This name can contain backslashes, so that the property keys can be grouped by categories.
- applicationLevel PropertyLevel
- The application level of this property.
See Also