SqlGuid.Value Property

Definition

Gets the value of the SqlGuid structure. This property is read-only.

public:
 property Guid Value { Guid get(); };
public Guid Value { get; }
member this.Value : Guid
Public ReadOnly Property Value As Guid

Property Value

A Guid structure.

Applies to

See also