Share via


xFormRun.currentViewKey Method

Definition

Overloads

currentViewKey()
currentViewKey(String)

currentViewKey()

public:
 virtual System::String ^ currentViewKey();
public virtual string currentViewKey ();
abstract member currentViewKey : unit -> string
override this.currentViewKey : unit -> string
Public Overridable Function currentViewKey () As String

Returns

Applies to

currentViewKey(String)

public:
 virtual System::String ^ currentViewKey(System::String ^ _value);
public virtual string currentViewKey (string _value);
abstract member currentViewKey : string -> string
override this.currentViewKey : string -> string
Public Overridable Function currentViewKey (_value As String) As String

Parameters

_value
String

Returns

Applies to