TechTalk Genome v4.2

NullableGuid.HasValue Property

Indicates whether or not the value of the NullableGuid structure is null.

public bool HasValue {get;}

Property Value

false if the NullableGuid structure is null, otherwise true.

Implements

INullable.HasValue

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableGuid Class | TechTalk.Genome.NullableTypes Namespace