xFormRun.currentViewKey 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.
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