System.Runtime.InteropServices.GuidAttribute public sealed class GuidAttribute : Attribute Documentation Code namespace System.Runtime.InteropServices { public sealed class GuidAttribute : Attribute { public string Value { get; } public GuidAttribute(string guid); } }