WebActionMenuFunction.viewUserLicense 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
viewUserLicense() |
Microsoft internal use only. |
viewUserLicense(Int32) |
viewUserLicense()
Microsoft internal use only.
public:
virtual int viewUserLicense();
public virtual int viewUserLicense ();
abstract member viewUserLicense : unit -> int
override this.viewUserLicense : unit -> int
Public Overridable Function viewUserLicense () As Integer
Returns
The user license.
Applies to
viewUserLicense(Int32)
public:
virtual int viewUserLicense(int _value);
public virtual int viewUserLicense (int _value);
abstract member viewUserLicense : int -> int
override this.viewUserLicense : int -> int
Public Overridable Function viewUserLicense (_value As Integer) As Integer
Parameters
- _value
- Int32
The user license to view.