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

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace