public Version? PlatformVersion { get; set; }
Public Property PlatformVersion As Version Get Set
public: property Version^ PlatformVersion { Version^ get (); void set (Version^ value); }
member PlatformVersion : Version with get, set
In This Article