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
attributeName
Type: System.StringType: String. The logical name of the attribute.
value
Type: System.ObjectType: Object. The attribute value.
See Also
QueryByAttribute Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright