Part.SetPayloadProperty(PropertyDefinition, 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 SetPayloadProperty(Microsoft::XLANGs::RuntimeTypes::PropertyDefinition ^ pd, System::Object ^ val);
public virtual void SetPayloadProperty (Microsoft.XLANGs.RuntimeTypes.PropertyDefinition pd, object val);
abstract member SetPayloadProperty : Microsoft.XLANGs.RuntimeTypes.PropertyDefinition * obj -> unit
override this.SetPayloadProperty : Microsoft.XLANGs.RuntimeTypes.PropertyDefinition * obj -> unit
Public Overridable Sub SetPayloadProperty (pd As PropertyDefinition, val As Object)
Parameters
- val
- Object