NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParentRelationValueEditor.SetValue

[To be supplied.]

[Visual Basic]
Overrides Public Sub SetValue( _
   ByVal value As Object _
)
[C#]
public override void SetValue(
   object value
);
[C++]
public: override void SetValue(
   Object* value
);
[JScript]
public override function SetValue(
   value : Object
);

Parameters

value
[To be supplied.]

See Also

ParentRelationValueEditor Class | ParentRelationValueEditor Members | System.Data.Design Namespace