Create a Profile object backed by an existing .zprofile file.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic Profile(
	string pathToProfile
)
Public Sub New ( 
	pathToProfile As String
)
public:
Profile(
	String^ pathToProfile
)
Parameters
- pathToProfile
 - Type: SystemString
Path to the profile file. 
Exceptions
See Also