CatalogItem.CreationDateSpecified Özelliği
Belirten bir değeri alır veya ayarlar olup olmadığını CreationDate özellik belirtilen.
Ad Alanı: ReportService2005
Derleme: ReportService2005 (ReportService2005 içinde.dll)
Sözdizimi
'Bildirim
Public Property CreationDateSpecified As Boolean
Get
Set
'Kullanım
Dim instance As CatalogItem
Dim value As Boolean
value = instance.CreationDateSpecified
instance.CreationDateSpecified = value
public bool CreationDateSpecified { get; set; }
public:
property bool CreationDateSpecified {
bool get ();
void set (bool value);
}
member CreationDateSpecified : bool with get, set
function get CreationDateSpecified () : boolean
function set CreationDateSpecified (value : boolean)
Özellik Değeri
Tür: System.Boolean
doğru , CreationDate özellik eklenmek Web hizmet çağrısı; Aksi takdirde, yanlış.Varsayılan değer yanlış.
Açıklamalar
Hariç tutma özellikleri hakkında daha fazla bilgi için bkz: Değerler için isteğe bağlı Web hizmet nesneleri atlama.