SPContext.ContentTypeSetInQueryString - Propriété
Obtient ou définit une valeur Boolean qui indique si le type de contenu est défini dans la chaîne de requête.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ContentTypeSetInQueryString As Boolean
Get
Set
'Utilisation
Dim instance As SPContext
Dim value As Boolean
value = instance.ContentTypeSetInQueryString
instance.ContentTypeSetInQueryString = value
public bool ContentTypeSetInQueryString { get; set; }
Valeur de propriété
Type : System.Boolean
true si le type de contenu est défini dans la chaîne de requête ; dans le cas contraire, false.