IEdmGuidValue.Value Property

Gets the definition of this guid value.

Namespace:  Microsoft.Data.Edm.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property Value As Guid 
    Get
'Usage
Dim instance As IEdmGuidValue 
Dim value As Guid 

value = instance.Value
Guid Value { get; }
property Guid Value {
    Guid get ();
}
abstract Value : Guid
function get Value () : Guid

Property Value

Type: System.Guid

See Also

Reference

IEdmGuidValue Interface

Microsoft.Data.Edm.Values Namespace