ResourceDataSet.ResourcesRow.RES_RTF_NOTES property
取得或設定輸入資源的註解。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_RTF_NOTES As Byte()
Get
Set
'用途
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Byte()
value = instance.RES_RTF_NOTES
instance.RES_RTF_NOTES = value
public byte[] RES_RTF_NOTES { get; set; }
Property value
Type: []
備註
RES_RTF_NOTES包含格式化的文字和圖形。
請參閱
參照
ResourceDataSet.ResourcesRow class