CreateScopeInfo.ParentScopeId Property

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

CreateScopeInfo Class

Microsoft.VisualStudio.Services.Identity Namespace