RequiresUnreferencedCodeAttribute.Url 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定選擇性 URL,其中包含方法的詳細資訊、為何需要未參考的程式碼,以及取用者必須處理的選項。
public:
property System::String ^ Url { System::String ^ get(); void set(System::String ^ value); };
public string? Url { get; set; }
member this.Url : string with get, set
Public Property Url As String