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