EdmGuidConstant.Value Property
Gets the definition of this value.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Guid
Get
'Usage
Dim instance As EdmGuidConstant
Dim value As Guid
value = instance.Value
public Guid Value { get; }
public:
virtual property Guid Value {
Guid get () sealed;
}
abstract Value : Guid
override Value : Guid
final function get Value () : Guid
Property Value
Type: System.Guid
The definition of this value.