DataMappedObject.Name Property
Gets the name of the generic concept.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Name As String
public virtual string Name { get; }
public:
virtual property String^ Name {
String^ get ();
}
abstract Name : string with get
override Name : string with get
function get Name () : String
Property Value
Type: System.String
The name of the generic concept.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.