DOMDocument50Class.setProperty(String, Object) 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.
public:
virtual void setProperty(System::String ^ name, System::Object ^ value) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument3::setProperty;
public virtual void setProperty (string name, object value);
abstract member setProperty : string * obj -> unit
override this.setProperty : string * obj -> unit
Public Overridable Sub setProperty (name As String, value As Object)
Parameters
- name
- String
- value
- Object