BuildData.LastChangedOn プロパティ

更新 : 2007 年 11 月

名前空間 :  Microsoft.TeamFoundation.Build.Proxy
アセンブリ :  Microsoft.TeamFoundation.Build.Common (Microsoft.TeamFoundation.Build.Common.dll 内)

構文

'宣言
Public Property LastChangedOn As DateTime
'使用
Dim instance As BuildData
Dim value As DateTime

value = instance.LastChangedOn

instance.LastChangedOn = value
public DateTime LastChangedOn { get; set; }
public:
property DateTime LastChangedOn {
    DateTime get ();
    void set (DateTime value);
}
public function get LastChangedOn () : DateTime
public function set LastChangedOn (value : DateTime)

プロパティ値

型 : System.DateTime

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

BuildData クラス

BuildData メンバ

Microsoft.TeamFoundation.Build.Proxy 名前空間