Freigeben über


ServiceOwnerAttribute-Konstruktor (String, String)

Hinweis: Diese API ist mittlerweile veraltet.

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

Syntax

'Declaration
<ObsoleteAttribute("This constructor is for backward compatiblity only, use the single argument constructor. Your ServiceOwner guid should be the same as your ServicePrincipal guid.",  _
    False)> _
Public Sub New ( _
    serviceOwner As String, _
    servicePrincipal As String _
)
[ObsoleteAttribute("This constructor is for backward compatiblity only, use the single argument constructor. Your ServiceOwner guid should be the same as your ServicePrincipal guid.", 
    false)]
public ServiceOwnerAttribute(
    string serviceOwner,
    string servicePrincipal
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ServiceOwnerAttribute Klasse

ServiceOwnerAttribute-Überladung

Microsoft.VisualStudio.Services.WebApi-Namespace