Share via


DocNode.AOTgetSource Method

Definition

Returns the source code for the node.

public:
 override System::String ^ AOTgetSource();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string AOTgetSource ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.AOTgetSource : unit -> string
Public Overrides Function AOTgetSource () As String

Returns

The source code for the node as a string; null, Nothing, nullptr, unit, a null reference (Nothing in Visual Basic) if there is no source code for the node.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to