Intersoft ClientUI Documentation
IsShared Property



Specifies whether this resource is shared for use in other packages.
Syntax
Public Property IsShared As Boolean
Dim instance As ExternalResource
Dim value As Boolean
 
instance.IsShared = value
 
value = instance.IsShared
public bool IsShared {get; set;}
public:
property bool IsShared {
   bool get();
   void set (    bool value);
}
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

ExternalResource Class
ExternalResource Members

Send Feedback