Gets the target of the property.
[Visual Basic] Function GetTarget() As String () [C#] string[] GetTarget(); [C++] String* GetTarget() [] = 0; [JScript] function GetTarget() : String[];
The target of the property.
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.
ICodePropertySetStatement Interface | ICodePropertySetStatement Members | System.ComponentModel.Design.CodeModel Namespace