GroupUserAccessRight.Implicit Operator
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
Implicit(GroupUserAccessRight to String) | |
Implicit(String to GroupUserAccessRight) |
Implicit(GroupUserAccessRight to String)
public static implicit operator string (Microsoft.PowerBI.Api.Models.GroupUserAccessRight e);
static member op_Implicit : Microsoft.PowerBI.Api.Models.GroupUserAccessRight -> string
Public Shared Widening Operator CType (e As GroupUserAccessRight) As String
Parameters
Returns
Applies to
Implicit(String to GroupUserAccessRight)
public static implicit operator Microsoft.PowerBI.Api.Models.GroupUserAccessRight (string value);
static member op_Implicit : string -> Microsoft.PowerBI.Api.Models.GroupUserAccessRight
Public Shared Widening Operator CType (value As String) As GroupUserAccessRight
Parameters
- value
- String
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET