ServiceOwnerAttribute.ServicePrincipal Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property ServicePrincipal As Guid
public Guid ServicePrincipal { get; set; }
public:
property Guid ServicePrincipal {
Guid get ();
void set (Guid value);
}
member ServicePrincipal : Guid with get, set
function get ServicePrincipal () : Guid
function set ServicePrincipal (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.