AuthenticationInfo.PasswordLabel 속성

정의

암호의 레이블을 나타내는 지정한 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ PasswordLabel { System::String ^ get(); void set(System::String ^ value); };
public string PasswordLabel { get; set; }
member this.PasswordLabel : string with get, set
Public Property PasswordLabel As String

속성 값

암호의 레이블을 나타내는 문자열입니다.

적용 대상