WsdlHelpGeneratorElement.Href 属性
定义
获取或设置帮助页的文件路径。Gets or sets the file path to the Help page.
public:
property System::String ^ Href { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("href", IsRequired=true)]
public string Href { get; set; }
[<System.Configuration.ConfigurationProperty("href", IsRequired=true)>]
member this.Href : string with get, set
Public Property Href As String
属性值
String,包含帮助页的文件路径。A String that contains the file path to the Help page.
- 属性