| Visual Basic (Declaration) | |
|---|---|
Public Property Segmentation As Segmentation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Segmentation Segmentation {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property Segmentation* get_Segmentation(); public: __property void set_Segmentation( Segmentation* value ); | |
| C++/CLI | |
|---|---|
public: property Segmentation^ Segmentation { Segmentation^ get(); void set (Segmentation^value); } | |
This property allows you get the Segmentation object. This allows you to define the segmentation parameters.
