Share via


OutGridViewCommand.Title Property

Gets and sets the value of the Title parameter of the Out-GridView cmdlet. This property is introduced in Windows PowerShell 2.0.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As OutGridViewCommand
Dim value As String

value = instance.Title

instance.Title = value

Syntax

'Declaration
<ValidateNotNullOrEmptyAttribute> _
<ParameterAttribute> _
Public Property Title As String
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute] 
public string Title { get; set; }
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute] 
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Title ()

/** @property */
public void set_Title (String value)
public function get Title () : String

public function set Title (value : String)

Property Value

A String object that contains the text that appears in the title bar of the window..

Remarks

This topic is included in this SDK for completeness only. For more information about this cmdlet, see Out-GridView in the Microsoft TechNet Library.

For Help at the command line, type:

get-help out-gridview

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

OutGridViewCommand Class
OutGridViewCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK