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!

DebuggableAmbivalentAttribute Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal fAmbivalent As Boolean _
)
[C#]
public DebuggableAmbivalentAttribute(
   bool fAmbivalent
);
[C++]
public: DebuggableAmbivalentAttribute(
   bool fAmbivalent
);
[JScript]
public function DebuggableAmbivalentAttribute(
   fAmbivalent : Boolean
);

Parameters

fAmbivalent
[To be supplied.]

See Also

DebuggableAmbivalentAttribute Class | DebuggableAmbivalentAttribute Members | System.Diagnostics Namespace