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