BaseHierarchyNode.TypeGuid Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Overridable ReadOnly Property TypeGuid As Guid
Get
public virtual Guid TypeGuid { get; }
public:
virtual property Guid TypeGuid {
Guid get ();
}
abstract TypeGuid : Guid
override TypeGuid : Guid
function get TypeGuid () : Guid
Property Value
Type: System.Guid
.NET Framework Security
- 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.