Value Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Guid of the class.

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

Syntax

'Declaration
Public ReadOnly Property Value As String
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
member Value : string with get
function get Value () : String

Property Value

Type: System. . :: . .String
The Guid of the class.

.NET Framework Security

See Also

Reference

GuidAttribute Class

System.Runtime.InteropServices Namespace