'Declaration
Public Property PropertyCount As Nullable(Of UInteger)
'Usage
Dim instance As OfficeArtRGFOPTE Dim value As Nullable(Of UInteger) instance.PropertyCount = value value = instance.PropertyCount
public Nullable<uint> PropertyCount {get; set;}