In This Topic
Gets the DisplayName, if set, or else the Name. Removes name qualifiers.
Syntax
'Declaration
Public ReadOnly Property StrippedName As String
public string StrippedName {get;}
public:
property String^ StrippedName {
String^ get();
}
See Also