ProfileGetSupplement Method
|
Returns the supplement data within the profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 4.0.3435
Syntaxpublic string GetSupplement()
Public Function GetSupplement As String
public:
String^ GetSupplement()
Return Value
StringThe supplement data within the profile.
Exceptions| Exception | Condition |
|---|
| IOException | If there is an error writing to the .zprofile file. |
| FileNotFoundException | If the .zprofile file cannot be found. |
See Also