[This is preliminary documentation and is subject to change.]
Initializes a new instance of the XplProperty class.

C# | Visual Basic | Visual C++ |
public XplProperty( XplType n_type, XplFunctionBody n_body, XplDocumentation n_documentation )
Public Sub New ( _ n_type As XplType, _ n_body As XplFunctionBody, _ n_documentation As XplDocumentation _ )
public: XplProperty( XplType^ n_type, XplFunctionBody^ n_body, XplDocumentation^ n_documentation )

- n_type (XplType)
[Missing <param> documentation for "n_type"]
- n_body (XplFunctionBody)
[Missing <param> documentation for "n_body"]
- n_documentation (XplDocumentation)
[Missing <param> documentation for "n_documentation"]