(Int32) del método Entity.GetProperty
Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
Public Function GetProperty ( _
pid As Integer _
) As Property
'Uso
Dim instance As Entity
Dim pid As Integer
Dim returnValue As [Property]
returnValue = instance.GetProperty(pid)
public Property GetProperty(
int pid
)
Parámetros
- pid
Tipo: System.Int32
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Library.Property