In This Topic
Gets a descriptive version number (more user-friendly than strict version number).
Syntax
'Declaration
<NotNullAttribute()>
Public ReadOnly Property ProductVersion As String
[NotNull()]
public string ProductVersion {get;}
[NotNull()]
public:
property String^ ProductVersion {
String^ get();
}
See Also