Dimension.ParentIdFriendlyName Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public Property ParentIdFriendlyName As String
Get
Set
public string ParentIdFriendlyName { get; set; }
public:
property String^ ParentIdFriendlyName {
String^ get ();
void set (String^ value);
}
member ParentIdFriendlyName : string with get, set
function get ParentIdFriendlyName () : String
function set ParentIdFriendlyName (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.