IpAddressableAddress Property
|
Returns the address which was passed into the constructor.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax ReadOnly Property Address As String
Get
property String^ Address {
String^ get ();
}
Return Value
Stringthe address used to establish this connection. This can be either a DNS Hostname or an IP address.
See Also