TreeNode.AOTtypeStr 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.
Returns the internal string code for the element type used in XPO files.
public:
virtual System::String ^ AOTtypeStr();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string AOTtypeStr ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTtypeStr : unit -> string
override this.AOTtypeStr : unit -> string
Public Overridable Function AOTtypeStr () As String
Returns
The string that contains the tree node type.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute