FeatureTree.SetInstanceAttribute(String, String, String) 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.
Sets value to the instance attribute.
public:
void SetInstanceAttribute(System::String ^ instanceName, System::String ^ attributeName, System::String ^ attributeValue);
public void SetInstanceAttribute (string instanceName, string attributeName, string attributeValue);
member this.SetInstanceAttribute : string * string * string -> unit
Public Sub SetInstanceAttribute (instanceName As String, attributeName As String, attributeValue As String)
Parameters
- instanceName
- String
The instance name.
- attributeName
- String
The attribute name.
- attributeValue
- String
The attribute value to set.