Opc.Ua.Core
BinaryEncodingSupport Property (ConfiguredEndpoint)



Opc.Ua Namespace > ConfiguredEndpoint Class : BinaryEncodingSupport Property
The user identity to use when connecting to the endpoint.
Syntax
'Declaration
 
<DataMemberAttribute(Name="BinaryEncodingSupport", 
   Order=4, 
   IsRequired=False)>
Public Property BinaryEncodingSupport As BinaryEncodingSupport
'Usage
 
Dim instance As ConfiguredEndpoint
Dim value As BinaryEncodingSupport
 
instance.BinaryEncodingSupport = value
 
value = instance.BinaryEncodingSupport
[DataMember(Name="BinaryEncodingSupport", 
   Order=4, 
   IsRequired=false)]
public BinaryEncodingSupport BinaryEncodingSupport {get; set;}
[DataMember(Name="BinaryEncodingSupport", 
   Order=4, 
   IsRequired=false)]
public:
property BinaryEncodingSupport BinaryEncodingSupport {
   BinaryEncodingSupport get();
   void set (    BinaryEncodingSupport value);
}
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

ConfiguredEndpoint Class
ConfiguredEndpoint Members