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