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!

AttributeUsageAttribute.AllowMultiple

[To be supplied.]

[Visual Basic]
Public Property AllowMultiple As Boolean
[C#]
public bool AllowMultiple {get; set;}
[C++]
public: __property bool get_AllowMultiple();
public: __property void set_AllowMultiple(bool);
[JScript]
public function get AllowMultiple() : Boolean;
public function set AllowMultiple(Boolean);

See Also

AttributeUsageAttribute Class | AttributeUsageAttribute Members | System Namespace