BacklogCategoryConfiguration.ParentCategoryReferenceName Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property ParentCategoryReferenceName As String
public string ParentCategoryReferenceName { get; set; }
public:
property String^ ParentCategoryReferenceName {
String^ get ();
void set (String^ value);
}
member ParentCategoryReferenceName : string with get, set
function get ParentCategoryReferenceName () : String
function set ParentCategoryReferenceName (value : String)
Property Value
Type: System.String
.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.
See Also
Reference
BacklogCategoryConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace