ResourceActivatePostEventArgs.Resource プロパティ
アクティブ化されたリソースの GUID を取得します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public ReadOnly Property Resource As Guid()
Get
'使用
Dim instance As ResourceActivatePostEventArgs
Dim value As Guid()
value = instance.Resource
public Guid[] Resource { get; }
プロパティ値
型: []
関連項目
参照先
ResourceActivatePostEventArgs クラス