다음을 통해 공유


SmtpPermissionAttribute.Access 속성

정의

특성으로 제어되는 SMTP 서버에 대한 액세스 수준을 가져오거나 설정합니다.

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

속성 값

String 값입니다. 유효한 값은 "Connect"와 "None"입니다.

설명

이 속성을 CreatePermission 설정할 때 잘못된 값을 지정하면 시스템에서 호출할 때 메서드가 을 throw ArgumentException 합니다.

적용 대상