Sdílet prostřednictvím


IdentityScope.ScopeType Property

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property ScopeType As GroupScopeType
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public GroupScopeType ScopeType { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property GroupScopeType ScopeType {
    GroupScopeType get ();
    internal: void set (GroupScopeType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member ScopeType : GroupScopeType with get, internal set
function get ScopeType () : GroupScopeType 
internal function set ScopeType (value : GroupScopeType)

Property Value

Type: Microsoft.VisualStudio.Services.Identity.GroupScopeType

.NET Framework Security

See Also

Reference

IdentityScope Class

Microsoft.VisualStudio.Services.Identity Namespace