'Declaration Public Property BreakType As System.Nullable(Of VmfSectionBreakType)
public System.Nullable<VmfSectionBreakType> BreakType { get; set; }
public: __property System.Nullable<VmfSectionBreakType*>* get_BreakType(); public: __property void set_BreakType(
System.Nullable<VmfSectionBreakType*>* value
);
public:
property System.Nullable<VmfSectionBreakType^>^ BreakType { System.Nullable<VmfSectionBreakType^>^ get(); void set(System.Nullable<VmfSectionBreakType^>^ value); }