ModelPerspective.ID プロパティ
パースペクティブの ID を取得します。 読み取り専用です。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property ID As String
Get
Set
'使用
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)
プロパティ値
型: System.String
String 値です。