RefreshableKind.Implicit Operator

Definition

Overloads

Implicit(RefreshableKind to String)
Implicit(String to RefreshableKind)

Implicit(RefreshableKind to String)

public static implicit operator string (Microsoft.PowerBI.Api.Models.RefreshableKind e);
static member op_Implicit : Microsoft.PowerBI.Api.Models.RefreshableKind -> string
Public Shared Widening Operator CType (e As RefreshableKind) As String

Parameters

Returns

Applies to

Implicit(String to RefreshableKind)

public static implicit operator Microsoft.PowerBI.Api.Models.RefreshableKind (string value);
static member op_Implicit : string -> Microsoft.PowerBI.Api.Models.RefreshableKind
Public Shared Widening Operator CType (value As String) As RefreshableKind

Parameters

value
String

Returns

Applies to