HostedToolSearchTool.NamespaceDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.