SecurityNamespaceDescription.SeparatorValue Property

If the security tokens this namespace will be operating on must be split on certain characters to determine its elements, those characters should be specified here. If not, this value will be the null character.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property SeparatorValue As Char
[ClientPropertyAttribute(ClientVisibility.Private)]
public char SeparatorValue { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property wchar_t SeparatorValue {
    wchar_t get ();
    void set (wchar_t value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member SeparatorValue : char with get, set
function get SeparatorValue () : char 
function set SeparatorValue (value : char)

Property Value

Type: System.Char
Returns Char.

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.TeamFoundation.Framework.Server Namespace