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); }