共用方式為


ResourceDataSet.ResourcesRow.RES_INITIALS property

取得或設定資源,例如某個人的姓名縮寫的簡短名稱。

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property RES_INITIALS As String
    Get
    Set
'用途
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String

value = instance.RES_INITIALS

instance.RES_INITIALS = value
public string RES_INITIALS { get; set; }

Property value

Type: System.String

備註

RES_INITIALS通常是兩個或三個字元。

請參閱

參照

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcResource namespace