Keyword.StartDate - Propriété
Obtient ou définit la date d'activation pour le mot clé.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property StartDate As DateTime
Get
Set
'Utilisation
Dim instance As Keyword
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
Valeur de propriété
Type : System.DateTime
Une valeur System.DateTime qui représente la date d'activation.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms