Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public ReadOnly Property Guid As Guid
'使用
Dim instance As UserVisiblePropertyAttribute
Dim value As Guid
value = instance.Guid
public Guid Guid { get; }
public:
property Guid Guid {
Guid get ();
}
public function get Guid () : Guid
Property Value
Type: System.Guid
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UserVisiblePropertyAttribute Class