Share via


MethodInfo.PropertyMethod Method

Specifies whether a method is a property method.

Syntax

public NoYes PropertyMethod()

Run On

Called

Return Value

Type: NoYes Enumeration
1 if the method is a property method; otherwise, 0.

Remarks

A property method sets or returns a property.

See Also

Reference

MethodInfo Class