StageCustomField.ReadOnly property
取得值,這個值,指出 [客戶] 欄位是唯讀的階段中。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property ReadOnly As Boolean
Get
'用途
Dim instance As StageCustomField
Dim value As Boolean
value = instance.ReadOnly
[RemoteAttribute]
public bool ReadOnly { get; }
Property value
Type: System.Boolean
True如果自訂欄位是唯讀的。否則, False。