FeatureState.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(FeatureState to String) | |
Implicit(String to FeatureState) |
Implicit(FeatureState to String)
public static implicit operator string (Microsoft.PowerBI.Api.Models.FeatureState e);
static member op_Implicit : Microsoft.PowerBI.Api.Models.FeatureState -> string
Public Shared Widening Operator CType (e As FeatureState) As String
Parameters
Returns
Applies to
Implicit(String to FeatureState)
public static implicit operator Microsoft.PowerBI.Api.Models.FeatureState (string value);
static member op_Implicit : string -> Microsoft.PowerBI.Api.Models.FeatureState
Public Shared Widening Operator CType (value As String) As FeatureState
Parameters
- value
- String