DataEntityRuntimeContext.setCustomProperty(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 setCustomProperty(System::String ^ name, System::Object ^ obj);
public virtual void setCustomProperty (string name, object obj);
abstract member setCustomProperty : string * obj -> unit
override this.setCustomProperty : string * obj -> unit
Public Overridable Sub setCustomProperty (name As String, obj As Object)
Parameters
- name
- String
- obj
- Object