DataObjectMethodAttribute.MethodType Property

Definition

Gets a DataObjectMethodType value indicating the type of data operation the method performs.

public:
 property System::ComponentModel::DataObjectMethodType MethodType { System::ComponentModel::DataObjectMethodType get(); };
public System.ComponentModel.DataObjectMethodType MethodType { get; }
member this.MethodType : System.ComponentModel.DataObjectMethodType
Public ReadOnly Property MethodType As DataObjectMethodType

Property Value

One of the DataObjectMethodType values that identifies the type of data operation performed by the method to which the DataObjectMethodAttribute is applied.

Applies to