SecurityNamespaceDescription.SeparatorValue Property

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

Syntax

'宣言
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property SeparatorValue As Char
    Get
    Set
[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

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.TeamFoundation.Framework.Server Namespace