Свойство ID
Gets the ID of an item in the report server database. Read-only.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Property ID As String
Get
Set
'Применение
Dim instance As CatalogItem
Dim value As String
value = instance.ID
instance.ID = value
public string ID { get; set; }
public:
property String^ ID {
String^ get ();
void set (String^ value);
}
member ID : string with get, set
function get ID () : String
function set ID (value : String)
Значение свойства
Тип System. . :: . .String
A String value containing the ID of an item in the report server database.
Замечания
The ID remains the same even if the item is moved or renamed.