←Select platform

MSet Property

Summary

Gets or sets the model set returned by the server response.

Syntax

C#
VB
C++
public Collection<SampleRange> MSet { get; set; } 
  
Public Property MSet As Collection(Of SampleRange) 
public: 
property Collection<SampleRange^>^ MSet { 
   Collection<SampleRange^>^ get(); 
   void set (    Collection<SampleRange^>^ ); 
} 

Property Value

The SampleRange values for the model set returned by the server response.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly