public bool ExportPropertyDefinitions( Project pProject, string strFileName )
public: bool ExportPropertyDefinitions( Project^ pProject, String^ strFileName )
Parameters
- 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
orempty
.
Return Value
Returns
true
if export is successful.