[This is preliminary documentation and is subject to change.]
This field shall contain the application information specific to
the Service Class specification identified by the SOP-classuid.
| C# | Visual Basic | Visual C++ |
public byte[] ServiceClassApplicationInformation { get; set; }
Public Property ServiceClassApplicationInformation As Byte()
public: property array<unsigned char>^ ServiceClassApplicationInformation { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
The semantics and value of this field is defined in the identified
Service Class specification.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |