Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Name As String |
C# | |
---|---|
public abstract string Name {get; set;} |
A valid name must be unique in the ContextCollection and must contain characters valid for a filename. If the supplied string does not meet these requirements, it will be coerced to a valid string without throwing an exception.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)