Get the quotation mark character used to enclose the attribute
node. (" or ').
Пространство имен:
Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Overrides ReadOnly Property QuoteChar As Char
|
C# |
public override char QuoteChar { get; }
|
C++ |
public:
virtual property wchar_t QuoteChar {
wchar_t get () override;
}
|
J# |
/** @property */
public char get_QuoteChar ()
|
JScript |
public override function get QuoteChar () : char
|
Значение свойства
Returns a character that contains the quotation mark
character.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также