다음을 통해 공유


ServiceOperation.CustomState 속성

정의

서비스 작업에 대한 사용자 지정 상태 정보를 가져오거나 설정합니다.

public:
 property System::Object ^ CustomState { System::Object ^ get(); void set(System::Object ^ value); };
public object CustomState { get; set; }
member this.CustomState : obj with get, set
Public Property CustomState As Object

속성 값

상태 정보입니다.

적용 대상