OntologyResourceRemoveVersionInfo Method (String) |
Remove version information for the resource.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool RemoveVersionInfo(
string info
)
Public Function RemoveVersionInfo (
info As String
) As Boolean
Parameters
- info
- Type: SystemString
Version Information.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.RemoveVersionInfo(System.String)"]
See Also