xArgs.clientId 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
clientId(String) | |
clientId() |
clientId(String)
public:
virtual System::String ^ clientId(System::String ^ _value);
public virtual string clientId (string _value);
abstract member clientId : string -> string
override this.clientId : string -> string
Public Overridable Function clientId (_value As String) As String
Parameters
- _value
- String
Returns
Applies to
clientId()
public:
virtual System::String ^ clientId();
public virtual string clientId ();
abstract member clientId : unit -> string
override this.clientId : unit -> string
Public Overridable Function clientId () As String