Share via


Identity.SpecialType Property

Gets or sets the special type of an application group

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

Syntax

'Declaration
Public Property SpecialType As ApplicationGroupSpecialType
'Usage
Dim instance As Identity 
Dim value As ApplicationGroupSpecialType 

value = instance.SpecialType

instance.SpecialType = value
public ApplicationGroupSpecialType SpecialType { get; set; }
public:
property ApplicationGroupSpecialType SpecialType {
    ApplicationGroupSpecialType get ();
    void set (ApplicationGroupSpecialType value);
}
public function get SpecialType () : ApplicationGroupSpecialType 
public function set SpecialType (value : ApplicationGroupSpecialType)

Property Value

Type: Microsoft.TeamFoundation.Server.ApplicationGroupSpecialType
An ApplicationGroupSpecialType object indicating the special type of the application group.

.NET Framework Security

See Also

Reference

Identity Class

Identity Members

Microsoft.TeamFoundation.Server Namespace