DiscoveryDocumentReference.DefaultFilename Property

 

Gets the name of the default file to use when saving the referenced discovery document.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public Overrides ReadOnly Property DefaultFilename As String

Property Value

Type: System.String

Name of the default file to use when saving the referenced document to a file.

' Display the name of the default file used for reference.
Console.WriteLine( _
    myDiscoveryDocumentReference.DefaultFilename.ToString())

.NET Framework
Available since 1.1
Return to top
Show: