Click or drag to resize

PFRelation_SubViewItem Property

Gets a subview (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 PFSubView this[
	Guid guid
] { get; }

Parameters

guid
Type: SystemGuid
GUID of the subview.

Return Value

Type: PFSubView
PFSubView
See Also