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!

PropertyChangeActionUnit.propertyDesc

Gets or sets a PropertyDescriptor that describes this action unit. This field is read-only.

[Visual Basic]
Protected ReadOnly propertyDesc As PropertyDescriptor
[C#]
protected readonly PropertyDescriptor propertyDesc;
[C++]
protected: readonly PropertyDescriptor* propertyDesc;
[JScript]
protected var propertyDesc : PropertyDescriptor;

See Also

PropertyChangeActionUnit Class | PropertyChangeActionUnit Members | System.ComponentModel.Design Namespace | IActionUnit