NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C3122

'property' : a parameterized property must have at least one argument

A parameterized property must have at least one parameter. For example:

// compile with cl /c
__interface IX20 {
   [ property ]
   int Data();
};

See Also

property