Opc.Ua.Core
Description Property (TransportChannelSettings)



Opc.Ua Namespace > TransportChannelSettings Class : Description Property
Gets or sets the description for the endpoint.
Syntax
'Declaration
 
Public Property Description As EndpointDescription
'Usage
 
Dim instance As TransportChannelSettings
Dim value As EndpointDescription
 
instance.Description = value
 
value = instance.Description
public EndpointDescription Description {get; set;}
public:
property EndpointDescription^ Description {
   EndpointDescription^ get();
   void set (    EndpointDescription^ value);
}
Remarks
May be null if no security is used.
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

TransportChannelSettings Class
TransportChannelSettings Members