PropertyDescriptor Constructor | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax CONSTRUCTOR(
cName AS STRING,
nVis AS PropertyVisibility,
cDesc AS STRING
)
public PropertyDescriptor(
string cName,
PropertyVisibility nVis,
string cDesc
)
Request Example
View SourceParameters
- cName
- Type: String
- nVis
- Type: PropertyVisibility
- cDesc
- Type: String
See Also