|  | 
| OptionGet_Option Method  | 
 
 This method will retrieve OptionType objects.
 
    Namespace: 
   ASI.TAM.API.Web.EpicSDK.Option
    Assembly:
   ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
 Syntax
SyntaxOptionType[] Get_Option(
	MasterOptionTypes OptionTypeObject
)
Function Get_Option ( 
	OptionTypeObject As MasterOptionTypes
) As OptionType()
Dim instance As [Option]
Dim OptionTypeObject As MasterOptionTypes
Dim returnValue As OptionType()
returnValue = instance.Get_Option(OptionTypeObject)
Parameters
- OptionTypeObject
- Type: ASI.TAM.API.Data.UI.LookupMasterOptionTypes
 The Option Type enumeration used to retrieve OptionType object.
Return Value
Type: 
OptionTypeA result object, containing the OptionType objects.
 Remarks
Remarks See Also
See Also