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!

GuidAttribute Constructor

Initializes a new instance of the GuidAttribute class.

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

Parameters

val
[To be supplied.]

See Also

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