Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Specifies the property whose value is displayed in the column of the row.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- TableControl Element
- TableRowEntries Element
- TableRowEntry Element
- TableColumnItems Element
- TableColumnItem Element
- PropertyName Element
Syntax
<PropertyName>.NetTypeProperty</PropertyName>
Attributes and Elements
The following sections describe attributes, child elements, and parent element of the PropertyName
element.
Attributes
None.
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| TableColumnItem Element | Defines the property or script whose value is displayed in the column of the row. |
Text Value
Specify the name of the property whose value is displayed.
Remarks
For more information about the components of a table view, see Creating a Table View.
Example
This example shows a TableColumnItem element that specifies the Status property of the System.Diagnostics.Process
object.
<TableColumnItem>
<Alignment>Centered</Alignment>
<PropertyName>Status</PropertyName>
</TableColumnItem>
See Also
PowerShell