SPField.TypeAsString - Propriété

Obtient le type du champ sous la forme d'une valeur de chaîne.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property TypeAsString As String
    Get
    Set
'Utilisation
Dim instance As SPField
Dim value As String

value = instance.TypeAsString

instance.TypeAsString = value
public string TypeAsString { get; set; }

Valeur de propriété

Type : System.String
Une chaîne qui représente le type de champ.

Voir aussi

Référence

SPField classe

SPField - Membres

Microsoft.SharePoint - Espace de noms