Sdílet prostřednictvím


CreateGroupsInfo.ScopeId Property

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

CreateGroupsInfo Class

Microsoft.VisualStudio.Services.Identity Namespace