ServiceConfigSettings.IsPasswordEnabled 속성

정의

서비스 암호가 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsPasswordEnabled { bool get(); };
public bool IsPasswordEnabled { get; }
member this.IsPasswordEnabled : bool
Public ReadOnly Property IsPasswordEnabled As Boolean

속성 값

서비스 암호를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상