public:
property System::String ^ Link { System::String ^ get(); void set(System::String ^ value); };
public string? Link { get; set; }
public string Link { get; set; }
member this.Link : string with get, set
Public Property Link As String
属性值
注解
默认情况下,这映射到 Type。