public static UserDefinedPropertyDefinition Create( Project pProject, string strName, UserDefinedPropertyDefinition.Enums.ClientType nClient )
public: static UserDefinedPropertyDefinition^ Create( Project^ pProject, String^ strName, UserDefinedPropertyDefinition.Enums.ClientType nClient )
Parameters
- pProject
- Project to which definition will be assigned.
- strName
- Identifying name of the property.
- nClient
- Possible usage of user-defined property definition.
Return Value
Returns an object which represents new property definition or
null
if property definition can't be created.