Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpip Namespace > ResponseFields Class : CodeStreamContext Property |
public Dictionary<ContextRange,SampleRange[]> CodeStreamContext {get; set;}
'Declaration Public Property CodeStreamContext As Dictionary(Of ContextRange,SampleRange())
'Usage Dim instance As ResponseFields Dim value As Dictionary(Of ContextRange,SampleRange()) instance.CodeStreamContext = value value = instance.CodeStreamContext
public: property Dictionary<ContextRange^,array<SampleRange^>>^ CodeStreamContext { Dictionary<ContextRange^,array<SampleRange^>>^ get(); void set ( Dictionary<ContextRange^,array<SampleRange^>>^ value); }