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!

PropertyValue Class

PropertyValue encapsulates information about a property's type and value. The goal of the class is to enable persistence in code (code-spit) of any object. @author stefanph, August 1998 UNDONE: Brianpe/ ChrisAn, 5/15/99- Is this really the thing we want to surface here?: I think we should probably be using the code model interfaces more...

Object
   PropertyValue

[Visual Basic]
NotInheritable Public Class PropertyValue
[C#]
public sealed class PropertyValue
[C++]
public __gc __sealed class PropertyValue
[JScript]
public class PropertyValue

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

PropertyValue Members | System.ComponentModel.Design Namespace