TaxonomyWebTaggingControl.WebServiceUrl Property
Gets and sets the URL of the TaxonomyInternalService that will be used to resolve against.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property WebServiceUrl As Uri
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Uri
value = instance.WebServiceUrl
instance.WebServiceUrl = value
public Uri WebServiceUrl { get; set; }
Property Value
Type: System.Uri
URL of the TaxonomyInternalService that will used to resolve against.
Remarks
If this value is not set the SPContext.Current.Web will be used to determine the TaxonomyInternalService to be used.
See Also
Reference
TaxonomyWebTaggingControl Class