public string FullName {get;}
public: __property string* get_FullName();
public: property String^ FullName { String^ get(); }
'Declaration Public ReadOnly Property FullName As String
'Usage Dim instance As Field Dim value As String value = instance.FullName
Field Class Field Members