Share via


LookupMask.Separator property

Gets or sets the separator string that is used in the concatenation of parent table entry values at each level of the table mask.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Separator As String
    Get
    Set
'Usage
Dim instance As LookupMask
Dim value As String

value = instance.Separator

instance.Separator = value
[RemoteAttribute]
public string Separator { get; set; }

Property value

Type: System.String
A string that contains characters.

Remarks

The allowed length of the character string is specified by LookupTableConstants.MaxSeparatorLength.

For a code example, see LookupMask.

See also

Reference

LookupMask class

LookupMask members

Microsoft.ProjectServer.Client namespace