Share via


SecurityNamespaceDescription.SeparatorValue Property

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Property Value

Type: System.Char

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.VisualStudio.Services.Security Namespace