DiscoveryDocumentReference.DefaultFilename Свойство

Определение

Получает имя файла для использования по умолчанию при сохранении документа обнаружения, на который указывает ссылка.

public:
 virtual property System::String ^ DefaultFilename { System::String ^ get(); };
public override string DefaultFilename { get; }
member this.DefaultFilename : string
Public Overrides ReadOnly Property DefaultFilename As String

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

String

Имя файла, используемое по умолчанию при сохранении документа, на который указывает ссылка, в файл.

Примеры

// Display the name of the default file used for reference.
Console::WriteLine( 
   myDiscoveryDocumentReference->DefaultFilename );
// Display the name of the default file used for reference.
Console.WriteLine(
    myDiscoveryDocumentReference.DefaultFilename.ToString());
' Display the name of the default file used for reference.
Console.WriteLine( _
    myDiscoveryDocumentReference.DefaultFilename.ToString())

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