Share via


XopContentsNode.Locked Property

Gets or sets a value indicating whether the XML node is locked.

Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim xopContentsNode1 As XopContentsNode

Dim returnValue As Boolean
returnValue = xopContentsNode1.Locked

Dim sampleValue As Boolean
xopContentsNode1.Locked = sampleValue

Syntax

'Declaration
Public Property Locked() As Boolean
public bool Locked {get; set;}
public:
property bool Locked {
    bool get();
    void set(bool value);
}
public boolean get_Locked();
public void set_Locked(boolean);
public function get Locked() : Boolean;
public function set Locked(Boolean);

Property Value

true if the XML node is locked; otherwise, false. The default is false.

Remarks

When the Locked is set to true, operations that require any contained binary data to be converted to Base64-encoding fail.

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 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

XopContentsNode Class
XopContentsNode Members
Microsoft.Web.Services3.Mime Namespace