'Declaration Public Shared Function GetGuidFromType( _ ByVal type As System.Type _ ) As System.Guid
public static System.Guid GetGuidFromType( System.Type type )
Parameters
- type
- The type.
Return Value
The guid associated with this type.
'Declaration Public Shared Function GetGuidFromType( _ ByVal type As System.Type _ ) As System.Guid
public static System.Guid GetGuidFromType( System.Type type )