Type.GUID Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property GUID As Guid
    Get
'Usage
Dim instance As Type
Dim value As Guid

value = instance.GUID
public abstract Guid GUID { get; }
public:
virtual property Guid GUID {
    Guid get () abstract;
}
abstract GUID : Guid
abstract function get GUID () : Guid

Property Value

Type: Guid

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace