Share via


ApplicationGroupDescription.SpecialType Property

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

Syntax

'Declaration
Public Property SpecialType As GroupSpecialType
public GroupSpecialType SpecialType { get; internal set; }
public:
property GroupSpecialType SpecialType {
    GroupSpecialType get ();
    internal: void set (GroupSpecialType value);
}
member SpecialType : GroupSpecialType with get, internal set
function get SpecialType () : GroupSpecialType 
internal function set SpecialType (value : GroupSpecialType)

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.GroupSpecialType

.NET Framework Security

See Also

Reference

ApplicationGroupDescription Class

Microsoft.TeamFoundation.Framework.Server Namespace