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