Construtor PropertyValue (String, Object, Nullable<DateTime>, Nullable<Guid>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
propertyName As String, _
value As Object, _
changedDate As Nullable(Of DateTime), _
changedBy As Nullable(Of Guid) _
)
public PropertyValue(
string propertyName,
Object value,
Nullable<DateTime> changedDate,
Nullable<Guid> changedBy
)
Parâmetros
- propertyName
Tipo: System.String
- value
Tipo: System.Object
- changedDate
Tipo: System.Nullable<DateTime>
- changedBy
Tipo: System.Nullable<Guid>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.