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!

Property Usage Guidelines

Properties vs. Methods

Designers sometimes face a decision between a property and a method. Guidelines for choosing between these options:

Do use a Property:

Do use a Method:

Read-Only and Write-Only Properties

Indexed Property Usage