Gets the name of the paper.
public override string Name {get;}
public: __property string* get_Name() override;
'Declaration
Public Overrides ReadOnly Property Name As String
'Usage
Dim instance As UserPaper
Dim value As String
value = instance.Name
Property Value
A string which represents the name of the paper.