![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > RequestAttributes Class : ProtocolContextSequence Property |
[ElementAttribute()] public List<ContentItem> ProtocolContextSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property ProtocolContextSequence As List(Of ContentItem)
'Usage
Dim instance As RequestAttributes Dim value As List(Of ContentItem) instance.ProtocolContextSequence = value value = instance.ProtocolContextSequence
[ElementAttribute()] public: property List<ContentItem^>^ ProtocolContextSequence { List<ContentItem^>^ get(); void set ( List<ContentItem^>^ value); }