Bridge

GuidAttribute..::..Value Property

Gets the Guid of the class.

Namespace:  System.Runtime.InteropServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public string Value { get; set; }
Public Property Value As String
	Get
	Set
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

Return Value

The Guid of the class.