Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Id of the parent favorite folder
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "parentId", EmitDefaultValue := False)> _
Public Property ParentId As Guid
[DataMemberAttribute(Name = "parentId", EmitDefaultValue = false)]
public Guid ParentId { get; set; }
[DataMemberAttribute(Name = L"parentId", EmitDefaultValue = false)]
public:
property Guid ParentId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(Name = "parentId", EmitDefaultValue = false)>]
member ParentId : Guid with get, set
function get ParentId () : Guid
function set ParentId (value : Guid)
Property Value
Type: System.Guid
Returns 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.