Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates whether the WeeksInterval value is specified.
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
Public Property WeeksIntervalSpecified As Boolean
Get
Set
'Utilisation
Dim instance As WeeklyRecurrence
Dim value As Boolean
value = instance.WeeksIntervalSpecified
instance.WeeksIntervalSpecified = value
public bool WeeksIntervalSpecified { get; set; }
public:
property bool WeeksIntervalSpecified {
bool get ();
void set (bool value);
}
member WeeksIntervalSpecified : bool with get, set
function get WeeksIntervalSpecified () : boolean
function set WeeksIntervalSpecified (value : boolean)
Valeur de propriété
Type : System.Boolean
A Boolean value.