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 : CodeStream Property |
public Collection<ResponseCodeStream> CodeStream {get; set;}
'Declaration Public Property CodeStream As Collection(Of ResponseCodeStream)
'Usage Dim instance As ResponseFields Dim value As Collection(Of ResponseCodeStream) instance.CodeStream = value value = instance.CodeStream
public: property Collection<ResponseCodeStream^>^ CodeStream { Collection<ResponseCodeStream^>^ get(); void set ( Collection<ResponseCodeStream^>^ value); }