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!

InAttribute Class

Used on a parameter or field to indicate that data should be marshaled in to the caller.

Object
   Attribute
      InAttribute

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

Remarks

Can be used to attribute parameters.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

InAttribute Members | System.Runtime.InteropServices Namespace