HostedToolSearchTool.NamespaceDescription Property

Definition

Gets or sets the description for the namespace produced when Namespace is specified.

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

Property Value

Remarks

Setting this property alone does not create a namespace.

When null, no description is emitted on the namespace. The underlying provider may require a description when a namespace is supplied.

Applies to