EnvelopeEvents.Implicit Operator

Definition

Overloads

Name Description
Implicit(EnvelopeEvents to String)

Converts a EnvelopeEvents to its string representation.

Implicit(String to EnvelopeEvents)

Converts a string to EnvelopeEvents.

Implicit(EnvelopeEvents to String)

Converts a EnvelopeEvents to its string representation.

public static implicit operator string(Azure.Connectors.Sdk.DocuSign.Models.EnvelopeEvents value);
static member op_Implicit : Azure.Connectors.Sdk.DocuSign.Models.EnvelopeEvents -> string
Public Shared Widening Operator CType (value As EnvelopeEvents) As String

Parameters

Returns

Applies to

Implicit(String to EnvelopeEvents)

Converts a string to EnvelopeEvents.

public static implicit operator Azure.Connectors.Sdk.DocuSign.Models.EnvelopeEvents(string value);
static member op_Implicit : string -> Azure.Connectors.Sdk.DocuSign.Models.EnvelopeEvents
Public Shared Widening Operator CType (value As String) As EnvelopeEvents

Parameters

value
String

Returns

Applies to