'Declaration
Public Function GetGuid( _ ByVal name As System.String _ ) As System.Guid
'Usage
Dim instance As Preferences Dim name As System.String Dim value As System.Guid value = instance.GetGuid(name)
public System.Guid GetGuid( System.string name )
Parameters
- name