FieldInformation.Value, propriété (websvcCopy)

Gets or sets the value of a field associated with a document copied by using a Copy web service operation.

Espace de noms : websvcCopy
Assembly : STSSOAP (dans stssoap.dll)

Syntaxe

'Déclaration
<XmlAttributeAttribute> _
Public Property Value As String
'Utilisation
Dim instance As FieldInformation
Dim value As String

value = instance.Value

instance.Value = value
[XmlAttributeAttribute] 
public string Value { get; set; }

Valeur de la propriété

A String that represents the field's value.

Notes

You can set Value with SPListItem[SPField.Id].ToString(), SPListItem[SPField.InternalName].ToString(), or SPListItem[SPField.Title].ToString().

Voir aussi

Référence

FieldInformation, classe
Membres FieldInformation
websvcCopy, espace de noms