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!

ICodePropertySetStatement.SetTarget

Sets the target of the property.

[Visual Basic]
Sub SetTarget( _
   ByVal value() As String _
)
[C#]
void SetTarget(
   string[] value
);
[C++]
void SetTarget(
   String* value[]
) = 0;
[JScript]
function SetTarget(
   value : String[]
);

Parameters

value
The new target for each property.

Remarks

Undone. This is currently a string array to support setting properties on sub objects (i.e. "Foo.Bar.All = (...)"), however in the long term we need a better solution.

See Also

ICodePropertySetStatement Interface | ICodePropertySetStatement Members | System.ComponentModel.Design.CodeModel Namespace