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