Właściwość ModelPerspective.ID
Pobiera identyfikator perspektywa.Tylko do odczytu.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property ID As String
Get
Set
'Użycie
Dim instance As ModelPerspective
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)
Wartość właściwości
Typ: System.String
A ciąg wartość, która zawiera identyfikator perspektywa.