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.
Denotes whether the field is a person field type.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'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)
Property Value
Type: System.Boolean
Returns Boolean.
.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.