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!

RefreshPropertiesAttribute.RefreshProperties

Gets or sets the refresh properties for the member.

[Visual Basic]
Public ReadOnly Property RefreshProperties As RefreshProperties
[C#]
public RefreshProperties RefreshProperties {get;}
[C++]
public: __property RefreshProperties get_RefreshProperties();
[JScript]
public function get RefreshProperties() : RefreshProperties;

Property Value

A RefreshProperties that indicates the current refresh properties for the member.

See Also

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