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
- 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.