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
- 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.