Intersoft ClientUI Documentation
EnableMetadataDiscovery Property



Gets or sets a value that indicates whether the application metadata (SAFMetadata.xml) should be automatically discovered and parsed when the package is downloaded.
Syntax
Public Property EnableMetadataDiscovery As Boolean
Dim instance As ApplicationPackage
Dim value As Boolean
 
instance.EnableMetadataDiscovery = value
 
value = instance.EnableMetadataDiscovery
public bool EnableMetadataDiscovery {get; set;}
public:
property bool EnableMetadataDiscovery {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members

Send Feedback