MethodInfo.Getallattributes 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.
Gets the full set of attributes for the method.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Array ^ Getallattributes();
public virtual Microsoft.Dynamics.Ax.Xpp.Array Getallattributes ();
abstract member Getallattributes : unit -> Microsoft.Dynamics.Ax.Xpp.Array
override this.Getallattributes : unit -> Microsoft.Dynamics.Ax.Xpp.Array
Public Overridable Function Getallattributes () As Array
Returns
The Array of SysAttribute objects for the method.