BTXPortBase.SetPropertyValue 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.
Overloads
SetPropertyValue(Type, Object) | |
SetPropertyValue(Type, Object, Context) |
SetPropertyValue(Type, Object)
public:
override void SetPropertyValue(Type ^ prop, System::Object ^ val);
public override void SetPropertyValue (Type prop, object val);
override this.SetPropertyValue : Type * obj -> unit
Public Overrides Sub SetPropertyValue (prop As Type, val As Object)
Parameters
- prop
- Type
- val
- Object
Applies to
SetPropertyValue(Type, Object, Context)
public:
override void SetPropertyValue(Type ^ prop, System::Object ^ val, Microsoft::XLANGs::Core::Context ^ ctx);
public override void SetPropertyValue (Type prop, object val, Microsoft.XLANGs.Core.Context ctx);
override this.SetPropertyValue : Type * obj * Microsoft.XLANGs.Core.Context -> unit
Public Overrides Sub SetPropertyValue (prop As Type, val As Object, ctx As Context)
Parameters
- prop
- Type
- val
- Object
- ctx
- Context