AttributeTypeDisplayName.Implicit(String to AttributeTypeDisplayName) Operator

Definition

Converts a string into a AttributeTypeDisplayName

public:
 static operator Microsoft::Xrm::Sdk::Metadata::AttributeTypeDisplayName ^(System::String ^ attributeTypeDisplayName);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Clients who do not support operator overloading can use the constructor")]
public static implicit operator Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName (string attributeTypeDisplayName);
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Clients who do not support operator overloading can use the constructor")>]
static member op_Implicit : string -> Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName
Public Shared Widening Operator CType (attributeTypeDisplayName As String) As AttributeTypeDisplayName

Parameters

attributeTypeDisplayName
String

Specifies a AttributeTypeDisplayName.

Returns

A AttributeTypeDisplayName that represents the converted String.

Attributes

Applies to