RemotePartyIDHelperGetScreenValue Method (IEnumerableIGenericParam, Boolean) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static bool GetScreenValue(
IEnumerable<IGenericParam> tokens,
out bool valueSet
)
Public Shared Function GetScreenValue (
tokens As IEnumerable(Of IGenericParam),
<OutAttribute> ByRef valueSet As Boolean
) As Boolean
public:
static bool GetScreenValue(
IEnumerable<IGenericParam^>^ tokens,
[OutAttribute] bool% valueSet
)
static member GetScreenValue :
tokens : IEnumerable<IGenericParam> *
valueSet : bool byref -> bool
Parameters
- tokens
- Type: System.Collections.GenericIEnumerableIGenericParam
- valueSet
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also