Opc.Ua.Core
FilePath Property (ConfigurationLocation)



Opc.Ua Namespace > ConfigurationLocation Class : FilePath Property
Gets or sets the relative or absolute path to the configuration file.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=True, Order=0)>
Public Property FilePath As String
'Usage
 
Dim instance As ConfigurationLocation
Dim value As String
 
instance.FilePath = value
 
value = instance.FilePath
[DataMember(IsRequired=true, Order=0)]
public string FilePath {get; set;}
[DataMember(IsRequired=true, Order=0)]
public:
property String^ FilePath {
   String^ get();
   void set (    String^ value);
}

Property Value

The file path.
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

ConfigurationLocation Class
ConfigurationLocation Members