TreeNode.AOTsetProperty(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.
public:
virtual void AOTsetProperty(System::String ^ _name, System::Object ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTsetProperty (string _name, object _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTsetProperty : string * obj -> unit
override this.AOTsetProperty : string * obj -> unit
Public Overridable Sub AOTsetProperty (_name As String, _value As Object)
Parameters
- _name
- String
- _value
- Object
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute