ContractKindExtensionsIsOption Method

GF API Documentation

Namespace:  GF.Api.Values.Contracts
Assembly:  GF.Api.Values (in GF.Api.Values.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public static bool IsOption(
	this ContractKind contractKind
)

Parameters

contractKind
Type: GF.Api.Values.ContractsContractKind

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ContractKind. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference