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!

Guid.NewGuid

Forms a new GUID.

[Visual Basic]
Public Shared Function NewGuid() As Guid
[C#]
public static Guid NewGuid();
[C++]
public: static Guid NewGuid();
[JScript]
public static function NewGuid() : Guid;

Return Value

Remarks

See Also

Guid Structure | Guid Members | System Namespace