Entity.GetFormattedAttributeValue Method (String)

 

Applies To: Dynamics CRM 2015

Gets the formatted value of the attribute.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

protected virtual string GetFormattedAttributeValue(
    string attributeLogicalName
)
protected:
virtual String^ GetFormattedAttributeValue(
    String^ attributeLogicalName
)
abstract GetFormattedAttributeValue : 
        attributeLogicalName:string -> string
override GetFormattedAttributeValue : 
        attributeLogicalName:string -> string
Protected Overridable Function GetFormattedAttributeValue (
    attributeLogicalName As String
) As String

Parameters

Return Value

Type: System.String

Type: String
The formatted value of the attribute.

See Also

Entity Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright