QueryByAttribute.AddAttributeValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an attribute value to the attributes collection.
public:
void AddAttributeValue(System::String ^ attributeName, System::Object ^ value);
public void AddAttributeValue (string attributeName, object value);
member this.AddAttributeValue : string * obj -> unit
Public Sub AddAttributeValue (attributeName As String, value As Object)
Parameters
- attributeName
- String
The logical name of the attribute.
- value
- Object
The attribute value.