BBN.DAML.DAMLPropertyImpl.DAMLPropertyImpl Function
Constructor, takes the name and namespace for this property, and the underlying model it will be attached to.

Public void DAMLPropertyImpl (string, string, BBN.DAML.DAMLModel, BBN.DAML.Vocabulary.DAMLVocabulary)
  Type Name Description  
    string ns The namespace the property inhabits, or null  
    string name The name of the property  
    DAMLModel store The RDF store that contains the RDF statements defining the properties of the property  
    DAMLVocabulary vocabulary Reference to the DAML vocabulary used by this property.  
  Return Description  
    void    
Other overloads:
BBN.DAML.DAMLPropertyImpl.#ctor(e,DAMLModel,DAMLVocabulary)