LookupMask.Length property
Gets or sets the number of characters in the mask sequence or, if the mask sequence can be of any length, gets or sets the zero value of LookupTableConstants.AnyLengthSequence.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Length As Integer
Get
Set
'Usage
Dim instance As LookupMask
Dim value As Integer
value = instance.Length
instance.Length = value
[RemoteAttribute]
public int Length { get; set; }
Property value
Type: System.Int32
The number of characters or the zero value that indicates any length.
Remarks
For a code example, see LookupMask.