It would be useful if the type of the property was a collection of an enum instead of Collection(Edm.String)
It would help limiting and retrieving the possible values of this property
methodsRegistered would be similar to
<EnumType Name="authenticationMethodModes" IsFlags="true">
methodsRegistered
It would be useful if the type of the property was a collection of an enum instead of
Collection(Edm.String)
It would help limiting and retrieving the possible values of this propertymethodsRegistered would be similar to
<EnumType Name="authenticationMethodModes" IsFlags="true">
Thanks, William