BBN.DAML.DAMLCommonImpl.ReplaceProperty Function
Replace the value of the named property with the given value. All existing values, if any, for the property are first removed.
Public void ReplaceProperty (BBN.RDF.Property, BBN.RDF.RDFNode)
Type
Name
Description
Property
prop
The RDF property to be updated
RDFNode
value
The new value.
Return
Description
void