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!

OutAttribute Class

Used on a parameter or field to indicate that data should be marshaled out from callee back to caller.

Object
   Attribute
      OutAttribute

[Visual Basic]
Public Class OutAttribute
   Inherits Attribute
[C#]
public class OutAttribute : Attribute
[C++]
public __gc class OutAttribute : public Attribute
[JScript]
public class OutAttribute extends Attribute

Remarks

Can be used to attribute parameters.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

OutAttribute Members | System.Runtime.InteropServices Namespace