Click or drag to resize

PFObjectGetValueObjectT Method

Gets a value of a given type. Will return null if the value does not exist or is null.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected T GetValueObject<T>(
	string name
)
where T : class

Parameters

name
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also