Click or drag to resize

PFRelation_ViewItem Property (Guid)

Gets a view by its GUID.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFView this[
	Guid guid
] { get; }

Parameters

guid
Type: SystemGuid
GUID of the view.

Return Value

Type: PFView
PFView
See Also