LookupMask.Length 屬性
取得或設定遮罩順序中的字元數或者,如果遮罩順序可以是任何長度,取得或設定的LookupTableConstants.AnyLengthSequence零值。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Property Length As Integer
Get
Set
'用途
Dim instance As LookupMask
Dim value As Integer
value = instance.Length
instance.Length = value
[RemoteAttribute]
public int Length { get; set; }
屬性值
類型:System.Int32
或零值,指出任何長度的字元數目。
備註
程式碼範例,請參閱 < LookupMask。