Click or drag to resize

LicensedComponentGetField Method

Gets a field from the license information for this component, such as Name.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public string GetField(
	string name
)

Parameters

name
Type: SystemString
The name of the field to retrieve.

Return Value

Type: String
The value of the requested field, or if not found.
See Also