[This is preliminary documentation and is subject to change.]
A Presentation Context defines the presentation of the data on an Association.
It provides a lower level of negotiation and one or more Presentation Contexts
can be offered and accepted per Association.
| C# | Visual Basic | Visual C++ |
public AcceptedPresentationContextList PresentationContexts { get; set; }
Public Property PresentationContexts As AcceptedPresentationContextList
public: property AcceptedPresentationContextList^ PresentationContexts { AcceptedPresentationContextList^ get (); void set (AcceptedPresentationContextList^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |