BufferCell.BufferCellType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets the type value.
public:
property System::Management::Automation::Host::BufferCellType BufferCellType { System::Management::Automation::Host::BufferCellType get(); void set(System::Management::Automation::Host::BufferCellType value); };
public System.Management.Automation.Host.BufferCellType BufferCellType { get; set; }
member this.BufferCellType : System.Management.Automation.Host.BufferCellType with get, set
Public Property BufferCellType As BufferCellType