SelectedValuePath Property (DataMapInfo)
In This Topic
Gets or sets the name of the property to use as a key for the item (data value).
Syntax
'Declaration
Public Property SelectedValuePath As System.String
'Usage
Dim instance As DataMapInfo
Dim value As System.String
instance.SelectedValuePath = value
value = instance.SelectedValuePath
public System.string SelectedValuePath {get; set;}
public read-write property SelectedValuePath: System.String;
public function get,set SelectedValuePath : System.String
public: __property System.string* get_SelectedValuePath();
public: __property void set_SelectedValuePath(
System.string* value
);
public:
property System.String^ SelectedValuePath {
System.String^ get();
void set ( System.String^ value);
}
See Also