AttributeTypeDisplayName Implicit Conversion (String to AttributeTypeDisplayName)
Applies To: Dynamics CRM 2015
Converts a string into a AttributeTypeDisplayName
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public static implicit operator AttributeTypeDisplayName (
string attributeTypeDisplayName
)
public:
static operator AttributeTypeDisplayName^ (
String^ attributeTypeDisplayName
)
F# does not support this operator
Public Shared Widening Operator CType (
attributeTypeDisplayName As String
) As AttributeTypeDisplayName
Parameters
attributeTypeDisplayName
Type: System.StringType: String. Specifies a AttributeTypeDisplayName.
Return Value
Type: Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName
Type: AttributeTypeDisplayName
A AttributeTypeDisplayName that represents the converted String.
See Also
AttributeTypeDisplayName Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright