GuidStatic: ReadOnly

ReadOnly

Returns a Read-Only wrapper for the supplied Guid object.

 Public Function ReadOnly(
	  ByVal g As Guid ) As Guid

Parameters

g
[ByVal] Guid. The Guid object to wrap as Read-Only.

Return Values

Guid -  A Read-Only Guid object.

Remarks

This is to allow the passing of a Guid object around an application without allowing the guid to be modified through the Handle property, which allows direct access to the guid structure.

See Also

Project VBCorLib Overview | Class GuidStatic Overview