MemberFunction.AOTgetSource 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.
Provides the source code for a specified node in the AOT, such as a class or method.
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
A string value for the source code; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the node does not contain source code.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute