PropertySet.fromPropertyDefinitions constructor
PropertySet.fromPropertyDefinitions(
- List<
PropertyDefinitionBase> additionalProperties
Implementation
PropertySet.fromPropertyDefinitions(
List<PropertyDefinitionBase> additionalProperties)
: this(enumerations.BasePropertySet.IdOnly, additionalProperties);