CreateScopeInfo.ScopeType Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Services.Identity.GroupScopeType

.NET Framework Security

See Also

Reference

CreateScopeInfo Class

Microsoft.VisualStudio.Services.Identity Namespace