SecurityNamespaceDescription.SeparatorValue Property
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.