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!

ComponentModelPersister.GeneratePropertySet

[To be supplied.]

Overload List

Generates a single property set statement.

[Visual Basic] Overloads Protected Function GeneratePropertySet(String, Object, PropertyDescriptor, PropertyValue) As ICodeStatement
[C#] protected ICodeStatement GeneratePropertySet(String, Object, PropertyDescriptor, PropertyValue);
[C++] protected: ICodeStatement* GeneratePropertySet(String*, Object, PropertyDescriptor, PropertyValue);
[JScript] protected function GeneratePropertySet(String, Object, PropertyDescriptor, PropertyValue) : ICodeStatement;

Generates a single property set statement.

[Visual Basic] Overloads Protected Function GeneratePropertySet(String(), Object, PropertyDescriptor, PropertyValue) As ICodeStatement
[C#] protected ICodeStatement GeneratePropertySet(String[], Object, PropertyDescriptor, PropertyValue);
[C++] protected: ICodeStatement* GeneratePropertySet(String*[], Object, PropertyDescriptor, PropertyValue);
[JScript] protected function GeneratePropertySet(String[], Object, PropertyDescriptor, PropertyValue) : ICodeStatement;

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace