Identity.SpecialType Property

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

声明
Public Property SpecialType As ApplicationGroupSpecialType
    Get
    Set
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

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace