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!

MessageQueue.CanWrite

Gets a value indicating whether the queue has write permission.

[Visual Basic]
Overridable Public ReadOnly Property CanWrite As Boolean
[C#]
public bool CanWrite {virtual get;}
[C++]
public: __property virtual bool get_CanWrite();
[JScript]
public function get CanWrite() : Boolean;

Property Value

true if the queue object has permission to write; otherwise, false.

See Also

MessageQueue Class | MessageQueue Members | System.Messaging Namespace