次の方法で共有


CreateScopeInfo.ScopeName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CreateScopeInfo Class

Microsoft.VisualStudio.Services.Identity Namespace