Gets or sets the version number.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Version As Byte |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UuidUrl
Dim value As Byte
instance.Version = value
value = instance.Version
|
C# | |
---|
public byte Version {get; set;} |
Managed Extensions for C++ | |
---|
public: __property byte get_Version();
public: __property void set_Version(
byte value
); |
Return Value
Version number. This field specifies the version number of the format of this box. The value of this field shall be 0.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also