DataTypeItem.IsPerson Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
'Declaration
Public Property IsPerson As Boolean
public bool IsPerson { get; set; }
public:
property bool IsPerson {
bool get ();
void set (bool value);
}
member IsPerson : bool with get, set
function get IsPerson () : boolean
function set IsPerson (value : boolean)
Type: System.Boolean
- 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.