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!

Type.DefaultBinder

Gets the default binder used by the system.

[Visual Basic]
Public Shared ReadOnly Property DefaultBinder As Binder
[C#]
public static Binder DefaultBinder {get;}
[C++]
public: __property static Binder* get_DefaultBinder();
[JScript]
public static function get DefaultBinder() : Binder;

Property Value

The default binder used by the system.

See Also

Type Class | Type Members | System Namespace