StatusingSecurityDescriptors.GetLocalCustomFieldName-Methode
Für die interne Verwendung reserviert.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function GetLocalCustomFieldName ( _
projGuid As Guid, _
propGuid As Guid _
) As String
'Usage
Dim instance As StatusingSecurityDescriptors
Dim projGuid As Guid
Dim propGuid As Guid
Dim returnValue As String
returnValue = instance.GetLocalCustomFieldName(projGuid, _
propGuid)
public string GetLocalCustomFieldName(
Guid projGuid,
Guid propGuid
)
Parameter
- projGuid
Typ: System.Guid
- propGuid
Typ: System.Guid
Rückgabewert
Typ: System.String
Siehe auch
Referenz
StatusingSecurityDescriptors Klasse