Selerix Developer Tools
MergePlace Property






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > AbstractModelObject Class : MergePlace Property
Gets or sets the merge place.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property MergePlace As String
'Usage
 
Dim instance As AbstractModelObject
Dim value As String
 
instance.MergePlace = value
 
value = instance.MergePlace
[XmlAttribute()]
public string MergePlace {get; set;}
public read-write property MergePlace: String; 
XmlAttributeAttribute()
public function get,set MergePlace : String
[XmlAttribute()]
public: __property string* get_MergePlace();
public: __property void set_MergePlace( 
   string* value
);
[XmlAttribute()]
public:
property String^ MergePlace {
   String^ get();
   void set (    String^ value);
}

Property Value

The merge place.
See Also

Reference

AbstractModelObject Class
AbstractModelObject Members