Share via


WorkbookSharedTypeKind.Implicit Operator

Definition

Overloads

Implicit(WorkbookSharedTypeKind to String)

Implicit operator to convert WorkbookSharedTypeKind to string

Implicit(String to WorkbookSharedTypeKind)

Implicit operator to convert string to WorkbookSharedTypeKind

Implicit(WorkbookSharedTypeKind to String)

Implicit operator to convert WorkbookSharedTypeKind to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WorkbookSharedTypeKind e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WorkbookSharedTypeKind -> string
Public Shared Widening Operator CType (e As WorkbookSharedTypeKind) As String

Parameters

e
WorkbookSharedTypeKind

the value to convert to an instance of WorkbookSharedTypeKind.

Returns

Applies to

Implicit(String to WorkbookSharedTypeKind)

Implicit operator to convert string to WorkbookSharedTypeKind

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WorkbookSharedTypeKind (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WorkbookSharedTypeKind
Public Shared Widening Operator CType (value As String) As WorkbookSharedTypeKind

Parameters

value
String

the value to convert to an instance of WorkbookSharedTypeKind.

Returns

Applies to