Edit

GitSecuredObject.CreateRepositoryReadOnly(Guid, Guid) Method

Definition

public static Microsoft.VisualStudio.Services.WebApi.ISecuredObject CreateRepositoryReadOnly(Guid projectId, Guid repositoryId);
static member CreateRepositoryReadOnly : Guid * Guid -> Microsoft.VisualStudio.Services.WebApi.ISecuredObject
Public Shared Function CreateRepositoryReadOnly (projectId As Guid, repositoryId As Guid) As ISecuredObject

Parameters

projectId
Guid
repositoryId
Guid

Returns

Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Applies to