ModelDataSourceMethod.Instance 속성

정의

메서드를 호출할 인스턴스를 가져옵니다.

public:
 property System::Object ^ Instance { System::Object ^ get(); };
public object Instance { get; }
member this.Instance : obj
Public ReadOnly Property Instance As Object

속성 값

Object

메서드를 호출할 인스턴스입니다. 정적 메서드의 경우 null입니다.

적용 대상