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;} |
Property 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also