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