Intersoft ClientUI Documentation
IsShared Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ExternalResource Class : IsShared Property






Specifies whether this resource is shared for use in other packages.

Syntax

Visual Basic (Declaration) 
Public Property IsShared As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ExternalResource
Dim value As Boolean
 
instance.IsShared = value
 
value = instance.IsShared
C# 
public bool IsShared {get; set;}
Delphi 
public read-write property IsShared: Boolean; 
JScript 
public function get,set IsShared : boolean
Managed Extensions for C++ 
public: __property bool get_IsShared();
public: __property void set_IsShared( 
   bool value
);
C++/CLI 
public:
property bool IsShared {
   bool get();
   void set (    bool value);
}

Requirements

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

See Also

© 2012 All Rights Reserved.