IPropertyType.Name Property
The name of the Property, such as "System.String".
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
string Name { get; }
property String^ Name {
String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String
Property Value
Type: System.String
See Also
IPropertyType Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top