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