Свойство StatusingSecurityDescriptors.Item
Зарезервировано для внутреннего использования.
Пространство имен: Microsoft.Office.Project.Server.Library
Сборка: Microsoft.Office.Project.Server.Library (в Microsoft.Office.Project.Server.Library.dll)
Синтаксис
'Декларация
Public ReadOnly Property Item ( _
proj As Guid _
) As Dictionary(Of Object, Security.FieldAccessID)
Get
'Применение
Dim instance As StatusingSecurityDescriptors
Dim proj As Guid
Dim value As Dictionary(Of Object, Security.FieldAccessID)
value = instance.Item(proj)
public Dictionary<Object, Security.FieldAccessID> this[
Guid proj
] { get; }
Параметры
- proj
Тип: System.Guid
Значение свойства
Тип: System.Collections.Generic.Dictionary<Object, Security.FieldAccessID>
См. также
Справочные материалы
StatusingSecurityDescriptors класс