* EnterprisePropertiesResource#
* EnterprisePropertiesResource-Retrievethepropertiesforanenterprise</a>
* @return The defined properties of the given enterprise.
*/
public EnterpriseProperties getEnterpriseProperties() {
EnterprisePropertiesDto dto = context.getApi().getEnterpriseApi().getEnterpriseProperties(this.unwrap());
return wrap(context, EnterpriseProperties.class, dto);
}