LookupDuration.Value property
取得或設定字串值的型別Duration的查閱表格中。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property Value As String
Get
Set
'用途
Dim instance As LookupDuration
Dim value As String
value = instance.Value
instance.Value = value
[RemoteAttribute]
public string Value { get; set; }
Property value
Type: System.String
工期值,例如 2d 或 3w。
備註
若要使用的TimeSpan值而不是字串,使用ValueTimeSpan屬性。