ExpanderGet Property Description Method
Returns a human-readable description of the specified property for display in the properties panel.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A descriptive string explaining the purpose and usage of the property.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override string GetPropertyDescription(
string p
)VB
Public Overrides Function GetPropertyDescription (
p As String
) As StringParameters
- p String
- The display name of the property.
Return Value
StringA descriptive string explaining the purpose and usage of the property.