Поделиться через


SoapYearMonth.XsdType Свойство

Определение

Получает язык определения XML-схемы (XSD) текущего типа SOAP.

public:
 static property System::String ^ XsdType { System::String ^ get(); };
public static string XsdType { get; }
static member XsdType : string
Public Shared ReadOnly Property XsdType As String

Значение свойства

Объект String, указывающий XSD текущего типа SOAP.

Примеры

В следующем примере кода показано, как использовать это свойство. Этот пример кода является частью более широкого примера для класса SoapYearMonth.

// Display the XSD type string of the SoapYearMonth class.
Console::WriteLine( "The XSD type of the class SoapYearMonth is {0}.",
   SoapYearMonth::XsdType );
// Display the XSD type string of the SoapYearMonth class.
Console.WriteLine("The XSD type of the class SoapYearMonth is {0}.",
    SoapYearMonth.XsdType);

Применяется к