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!

ObsoleteAttribute Constructor (String, Boolean)

Initializes a new ObsoleteAttribute with a message and a Boolean indicating whether it is an error.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal error As Boolean _
)
[C#]
public ObsoleteAttribute(
   string message,
   bool error
);
[C++]
public: ObsoleteAttribute(
   String* message,
   bool error
);
[JScript]
public function ObsoleteAttribute(
   message : String,
   error : Boolean
);

Parameters

message
Value used to initialize the Message property of this ObsoleteAttribute.
error
Value used to initialize the IsError property of this ObsoleteAttribute.

See Also

ObsoleteAttribute Class | ObsoleteAttribute Members | System Namespace | ObsoleteAttribute Constructor Overload List