| LogReceiverWebServiceTargetEndpointAddress Property |
Gets or sets the endpoint address.
Namespace:
NLog.Targets
Assembly:
NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax public virtual string EndpointAddress { get; set; }
Public Overridable Property EndpointAddress As String
Get
Set
Dim instance As LogReceiverWebServiceTarget
Dim value As String
value = instance.EndpointAddress
instance.EndpointAddress = value
abstract EndpointAddress : string with get, set
override EndpointAddress : string with get, set
Property Value
Type:
StringThe endpoint address.
See Also