Create a Profile object backed by an existing .zprofile file.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public 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