BaseHierarchyNode.HierarchyId Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property HierarchyId As UInteger
Get
Friend Set
public uint HierarchyId { get; internal set; }
public:
property unsigned int HierarchyId {
unsigned int get ();
internal: void set (unsigned int value);
}
member HierarchyId : uint32 with get, internal set
function get HierarchyId () : uint
internal function set HierarchyId (value : uint)
Property Value
Type: System.UInt32
.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.