Identity.SpecialType Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property SpecialType As ApplicationGroupSpecialType
public ApplicationGroupSpecialType SpecialType { get; set; }
public:
property ApplicationGroupSpecialType SpecialType {
ApplicationGroupSpecialType get ();
void set (ApplicationGroupSpecialType value);
}
member SpecialType : ApplicationGroupSpecialType with get, set
function get SpecialType () : ApplicationGroupSpecialType
function set SpecialType (value : ApplicationGroupSpecialType)
Property Value
Type: Microsoft.TeamFoundation.Server.ApplicationGroupSpecialType
Returns ApplicationGroupSpecialType.
.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.