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