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.
Optional name of field that should be set to the hierarchical path of the entity, by concatenating name values.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property PathFieldName As String
public string PathFieldName { get; set; }
public:
property String^ PathFieldName {
String^ get ();
void set (String^ value);
}
member PathFieldName : string with get, set
function get PathFieldName () : String
function set PathFieldName (value : String)
Property Value
Type: System.String
Returns 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.