public int Offset {get; set;}
public: __property int get_Offset(); public: __property void set_Offset( int value );
public: property int Offset { int get(); void set ( int value); }
'Declaration Public Property Offset As Integer
'Usage Dim instance As ImGearRawLoadOptions Dim value As Integer instance.Offset = value value = instance.Offset
ImGearRawLoadOptions Class ImGearRawLoadOptions Members