'property' : property argument expects only one value
A parameter for the property attribute can only have one value. For example, the following code generates C3100:
#pragma keyword("interface", on) #pragma warning(disable:4199) interface IX1 { public: [ property(get={0, 1}) ] int Size; };