WeblinkAddressStrategy Enumeration
             | 
          
        
         
            ENumeration to determine how the Weblink address is set.
            
 
    Namespace: 
   Zebra.Sdk.Weblink
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic enum WeblinkAddressStrategy
Public Enumeration WeblinkAddressStrategy
public enum class WeblinkAddressStrategy
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | AUTO_SELECT | 0 | 
            Looks at current weblink settings and determine which location to set based on if the URL is set and valid and if 
            the printer is connected to the address.
             | 
 | FORCE_CONNECTION_1 | 1 | 
            Overrides any setting in Weblink location 1.
             | 
 | FORCE_CONNECTION_2 | 2 | 
            Overrides any setting in Weblink location 2.
             | 
See Also