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!

DllImportAttribute Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal val As String _
)
[C#]
public DllImportAttribute(
   string val
);
[C++]
public: DllImportAttribute(
   String* val
);
[JScript]
public function DllImportAttribute(
   val : String
);

Parameters

val
[To be supplied.]

See Also

DllImportAttribute Class | DllImportAttribute Members | System.Runtime.InteropServices Namespace