Reference2.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the object. Read-only.
public:
property System::String ^ Name { System::String ^ get(); };
public:
property Platform::String ^ Name { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(5)]
public string Name { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.Name : string
Public ReadOnly Property Name As String
Property Value
String.The string returned depends on the reference type.Reference TypeValue ReturnedAssemblyThe assembly name, which is the file name of the reference without the extension.COMThe name of the wrapper for the referenced type library, which is the file name without the extension.
Implements
- Attributes
Remarks
This property specifies the .NET Framework name of the referenced assembly, whether the assembly is a .NET Framework assembly or a wrapper for a COM type library.