Represents a property set statement inside a method.
[Visual Basic] Public Interface ICodePropertySetStatement Implements ICodeStatement, ICodeElement [C#] public interface ICodePropertySetStatement : ICodeStatement, ICodeElement [C++] public __gc __interface ICodePropertySetStatement : public ICodeStatement, ICodeElement
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
[To be supplied.]
Namespace: System.ComponentModel.Design.CodeModel
Assembly: System.dll
ICodePropertySetStatement Members | System.ComponentModel.Design.CodeModel Namespace