InteractiveRequestOptions.TryGetAdditionalParameter<TValue> Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to retrieve an existing additional parameter.
public bool TryGetAdditionalParameter<TValue>(string name, out TValue? value);public bool TryGetAdditionalParameter<TValue>(string name, out TValue value);member this.TryGetAdditionalParameter : string * 'Value -> boolPublic Function TryGetAdditionalParameter(Of TValue) (name As String, ByRef value As TValue) As BooleanType Parameters
- TValue
Parameters
- name
- String
- value
- TValue