Opc.Ua.Core
WriteMask Property (ILocalNode)



Opc.Ua Namespace > ILocalNode Interface : WriteMask Property
A mask indicating which attributes are writeable.
Syntax
'Declaration
 
Property WriteMask As AttributeWriteMask
'Usage
 
Dim instance As ILocalNode
Dim value As AttributeWriteMask
 
instance.WriteMask = value
 
value = instance.WriteMask
AttributeWriteMask WriteMask {get; set;}
property AttributeWriteMask WriteMask {
   AttributeWriteMask get();
   void set (    AttributeWriteMask value);
}

Property Value

The write mask.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILocalNode Interface
ILocalNode Members