NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DiscoveryInfo.Xsl

Return or set the URL to the Xsl stylesheet.

[Visual Basic]
Public Property Xsl As String
[C#]
public string Xsl {get; set;}
[C++]
public: __property String* get_Xsl();
public: __property void set_Xsl(String*);
[JScript]
public function get Xsl() : String;
public function set Xsl(String);

See Also

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