public DFeVM DFE { get; set; }
Public Property DFE As DFeVM Get Set Dim instance As ClienteVM Dim value As DFeVM value = instance.DFE instance.DFE = value
public: property DFeVM^ DFE { DFeVM^ get (); void set (DFeVM^ value); }
In This Article