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.JPX Namespace > CodestreamRegistrationBox Class : CsInfo Property |
public Collection<RegisteredCodestreamInfo> CsInfo {get; set;}
'Declaration Public Property CsInfo As Collection(Of RegisteredCodestreamInfo)
'Usage Dim instance As CodestreamRegistrationBox Dim value As Collection(Of RegisteredCodestreamInfo) instance.CsInfo = value value = instance.CsInfo
public: property Collection<RegisteredCodestreamInfo^>^ CsInfo { Collection<RegisteredCodestreamInfo^>^ get(); void set ( Collection<RegisteredCodestreamInfo^>^ value); }