Gets/sets the underlying Guid

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public Guid Guid { get; set; }
Visual Basic
Public Property Guid As Guid
	Get
	Set
Visual C++
public:
property Guid Guid {
	Guid get ();
	void set (Guid value);
}
F#
member Guid : Guid with get, set

Property Value

Type: Guid

See Also