SessionBase.GetProperty<T>(String) Method

Definition

public T GetProperty<T> (string name);
member this.GetProperty : string -> 'T
Public Function GetProperty(Of T) (name As String) As T

Type Parameters

T

Parameters

name
String

Returns

T

Applies to