public bool ExportPropertyDefinitions( Project pProject, string strFileName )
public: bool ExportPropertyDefinitions( Project^ pProject, String^ strFileName )
Parameters
| Parameter Name | Description |
|---|---|
| pProject | Project from which all user defined properties are exported. Can't be null. |
| strFileName | Full file name of target file. Can't be null or empty. |
Return Value
Returns
true if export is successful.