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