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 Structure

Represents a globally unique identifier (GUID). GUIDs can be used wherever a unique identifier is required.

Object
   ValueType
      Guid

[Visual Basic]
Public Structure Guid
   Implements IFormattable
[C#]
public struct Guid : IFormattable
[C++]
public __value struct Guid : public IFormattable

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

A GUID is a 128-bit integer with such a low probability of being duplicated that it is, for all practical purposes, unique.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Guid Members | System Namespace