Returns the value of the comparer.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Value As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As OEComparer
Dim value As String
value = instance.Value
|
| C# | |
|---|
public string Value {get;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Value(); |
| C++/CLI | |
|---|
public:
property String^ Value {
String^ get();
} |
Return Value
The value of the comparer.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also