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.2.419.0 (24.2.419.0)
Syntax public string GetField(
string name
)
Public Function GetField (
name As String
) As String
public:
String^ GetField(
String^ name
)
member GetField :
name : string -> string
Parameters
- name
- Type: SystemString
The name of the field to retrieve.
Return Value
Type:
StringThe value of the requested field, or
if not found.
See Also