
C# | Visual Basic | Visual C++ |
public ObjectType ObjectType { get; set; }
Public Property ObjectType As ObjectType
public: property ObjectType ObjectType { ObjectType get (); void set (ObjectType value); }
C# | Visual Basic | Visual C++ |
public ObjectType ObjectType { get; set; }
Public Property ObjectType As ObjectType
public: property ObjectType ObjectType { ObjectType get (); void set (ObjectType value); }