Opc.Ua.Core
EndpointCacheFilePath Property



Opc.Ua Namespace > ClientConfiguration Class : EndpointCacheFilePath Property
The path to the file containing the cached endpoints.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=3)>
Public Property EndpointCacheFilePath As String
'Usage
 
Dim instance As ClientConfiguration
Dim value As String
 
instance.EndpointCacheFilePath = value
 
value = instance.EndpointCacheFilePath
[DataMember(IsRequired=false, Order=3)]
public string EndpointCacheFilePath {get; set;}
[DataMember(IsRequired=false, Order=3)]
public:
property String^ EndpointCacheFilePath {
   String^ get();
   void set (    String^ value);
}

Property Value

The path to the file containing the cached endpoints.
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

ClientConfiguration Class
ClientConfiguration Members