'Declaration
Property Encrypted As Boolean
'Usage
Dim instance As _UAPubSubHeader Dim value As Boolean instance.Encrypted = value value = instance.Encrypted
bool Encrypted {get; set;}
'Declaration
Property Encrypted As Boolean
'Usage
Dim instance As _UAPubSubHeader Dim value As Boolean instance.Encrypted = value value = instance.Encrypted
bool Encrypted {get; set;}
If the data consists of multiple parts, the value is true
only if all parts are encrypted. Multiple-part data can appear e.g. with key and delta frames, or with UADP chunked messages.