MethodInfo.Propertymethod 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.
Specifies whether a method is a property method.
public:
virtual Microsoft::Dynamics::Ax::Xpp::NoYes Propertymethod();
public virtual Microsoft.Dynamics.Ax.Xpp.NoYes Propertymethod ();
abstract member Propertymethod : unit -> Microsoft.Dynamics.Ax.Xpp.NoYes
override this.Propertymethod : unit -> Microsoft.Dynamics.Ax.Xpp.NoYes
Public Overridable Function Propertymethod () As NoYes
Returns
1 if the method is a property method; otherwise, 0.
Remarks
A property method sets or returns a property.