This documentation is archived and is not being maintained.

DiscoveryReference.DefaultFilename Property

Gets the name of the default file to use when saving the referenced discovery document, XSD schema, or Service Description.

[Visual Basic]
Public Overridable ReadOnly Property DefaultFilename As String
[C#]
public virtual string DefaultFilename {get;}
[C++]
public: __property virtual String* get_DefaultFilename();
[JScript]
public function get DefaultFilename() : String;

Property Value

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DiscoveryReference Class | DiscoveryReference Members | System.Web.Services.Discovery Namespace

Show: