DictClass.Getattribute(String) 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 first matching attribute from the class header metadata, creates an instance of the Object class that represents it, and returns it.
public:
virtual Microsoft::Dynamics::Ax::Xpp::SysAttributeXpp ^ Getattribute(System::String ^ attrName);
public virtual Microsoft.Dynamics.Ax.Xpp.SysAttributeXpp Getattribute (string attrName);
abstract member Getattribute : string -> Microsoft.Dynamics.Ax.Xpp.SysAttributeXpp
override this.Getattribute : string -> Microsoft.Dynamics.Ax.Xpp.SysAttributeXpp
Public Overridable Function Getattribute (attrName As String) As SysAttributeXpp
Parameters
- attrName
- String
Returns
The attribute as an instance of the Object class.