다음을 통해 공유


Project.OfflineMode 속성

정의

프로젝트가 오프라인 모드에 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool OfflineMode { bool get(); void set(bool value); };
public bool OfflineMode { get; set; }
member this.OfflineMode : bool with get, set
Public Property OfflineMode As Boolean

속성 값

Boolean

프로젝트가 오프라인 모드인 경우 True이고, 그렇지 않으면 false입니다.

적용 대상