QueryByAttribute.AddAttributeValue Method (String, Object)

 

Applies To: Dynamics CRM 2015

Adds an attribute value to the attributes collection.

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

Syntax

public void AddAttributeValue(
    string attributeName,
    object value
)
public:
void AddAttributeValue(
    String^ attributeName,
    Object^ value
)
member AddAttributeValue : 
        attributeName:string *
        value:Object -> unit
Public Sub AddAttributeValue (
    attributeName As String,
    value As Object
)

Parameters

See Also

QueryByAttribute Class
Microsoft.Xrm.Sdk.Query Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright