Opc.Ua.Core
NodeManagerSaveFile Property



Opc.Ua Namespace > ServerConfiguration Class : NodeManagerSaveFile Property
The path to the file containing nodes persisted by the core node manager.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=24)>
Public Property NodeManagerSaveFile As String
'Usage
 
Dim instance As ServerConfiguration
Dim value As String
 
instance.NodeManagerSaveFile = value
 
value = instance.NodeManagerSaveFile
[DataMember(IsRequired=false, Order=24)]
public string NodeManagerSaveFile {get; set;}
[DataMember(IsRequired=false, Order=24)]
public:
property String^ NodeManagerSaveFile {
   String^ get();
   void set (    String^ value);
}

Property Value

The path to the file containing nodes persisted by the core node manager.
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

ServerConfiguration Class
ServerConfiguration Members