IDynamicProperties2._AddProperty Method | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD _AddProperty(
cPropertyName AS STRING,
uValue AS USUAL,
nVisibility AS LONG,
cDescription AS STRING
) AS LOGIC
bool _AddProperty(
string cPropertyName,
Usual uValue,
int nVisibility,
string cDescription
)
Parameters
- cPropertyName
- Type: String
- uValue
- Type: Usual
- nVisibility
- Type: Long
- cDescription
- Type: String
Return Value
Type:
LogicSee Also