SecurityException.Url 속성

정의

예외를 발생시킨 어셈블리의 URL을 가져오거나 설정합니다.

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

속성 값

String

어셈블리의 위치를 식별하는 URL입니다.

적용 대상