IndependentChildResourceImpl<IFluentResourceT,FluentParentModelT,InnerModelT,FluentResourceT,IDefinitionT,IUpdatableT,ManagerT>.WithoutTag(String) Method
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.
Removes a tag from the resource.
public FluentResourceT WithoutTag (string key);
member this.WithoutTag : string -> 'FluentResourceT
Public Function WithoutTag (key As String) As FluentResourceT
Parameters
- key
- System.String
The key of the tag to remove.
Returns
- FluentResourceT