ResourceDataSet.ResourcesRow.WRES_ACCOUNT property
取得視窗或表單的授權資源帳戶。唯讀的。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property WRES_ACCOUNT As String
Get
Set
'用途
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.WRES_ACCOUNT
instance.WRES_ACCOUNT = value
public string WRES_ACCOUNT { get; set; }
Property value
Type: System.String
請參閱
參照
ResourceDataSet.ResourcesRow class