StatusingSecurityDescriptors.IsGroupedField Method
Reserved for internal use.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function IsGroupedField ( _
pid As UInteger _
) As Security.FieldGroupID
'Usage
Dim pid As UInteger
Dim returnValue As Security.FieldGroupID
returnValue = StatusingSecurityDescriptors.IsGroupedField(pid)
public static Security.FieldGroupID IsGroupedField(
uint pid
)
Parameters
- pid
Type: System.UInt32
Return Value
Type: Microsoft.Office.Project.Server.Library.Security.FieldGroupID
See Also
Reference
StatusingSecurityDescriptors Class