OnewayConnectivitySettings.IsReadOnly Property
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a value that determines if the connectivity settings are read-only.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim value As Boolean
value = Me.IsReadOnly
Syntax
'Declaration
Protected Overrides ReadOnly Property IsReadOnly As Boolean
protected override bool IsReadOnly { get; }
protected:
virtual property bool IsReadOnly {
bool get () override;
}
/** @property */
protected boolean get_IsReadOnly ()
protected override function get IsReadOnly () : boolean
Property Value
Returns Boolean. true if the settings are read-only; otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
OnewayConnectivitySettings Class
OnewayConnectivitySettings Members
Microsoft.ServiceBus Namespace