Метод StatusingSecurityDescriptors.Check
Зарезервировано для внутреннего использования.
Пространство имен: Microsoft.Office.Project.Server.Library
Сборка: Microsoft.Office.Project.Server.Library (в Microsoft.Office.Project.Server.Library.dll)
Синтаксис
'Декларация
Public Function Check ( _
projGuid As Guid, _
field As Object _
) As Security.FieldAccessID
'Применение
Dim instance As StatusingSecurityDescriptors
Dim projGuid As Guid
Dim field As Object
Dim returnValue As Security.FieldAccessID
returnValue = instance.Check(projGuid, _
field)
public Security.FieldAccessID Check(
Guid projGuid,
Object field
)
Параметры
- projGuid
Тип: System.Guid
- field
Тип: System.Object
Возвращаемое значение
Тип: Microsoft.Office.Project.Server.Library.Security.FieldAccessID
См. также
Справочные материалы
StatusingSecurityDescriptors класс