'Declaration
<CategoryAttribute("PDF")> <DescriptionAttribute("The serial number for unlocking the evaluation version")> <DefaultValueAttribute("")> Public Property SerialNumber As String
'Usage
Dim instance As PDFDocument Dim value As String instance.SerialNumber = value value = instance.SerialNumber
[Category("PDF")] [Description("The serial number for unlocking the evaluation version")] [DefaultValue("")] public string SerialNumber {get; set;}
[Category("PDF")] [Description("The serial number for unlocking the evaluation version")] [DefaultValue("")] public: __property string* get_SerialNumber(); public: __property void set_SerialNumber( string* value );
[Category("PDF")] [Description("The serial number for unlocking the evaluation version")] [DefaultValue("")] public: property String^ SerialNumber { String^ get(); void set ( String^ value); }