public string nFat { get; set; }
Public Property nFat As String Get Set Dim instance As fat Dim value As String value = instance.nFat instance.nFat = value
public: property String^ nFat { String^ get (); void set (String^ value); }
In This Article