Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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