Intersoft ClientUI Documentation
SetScopeName Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionManager Class : SetScopeName Method






obj
The target element.
value
The value.
Sets the ScopeName attached property.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetScopeName( _
   ByVal obj As DependencyObject, _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As String
 
RegionManager.SetScopeName(obj, value)
C# 
public static void SetScopeName( 
   DependencyObject obj,
   string value
)
Delphi 
public procedure SetScopeName( 
    obj: DependencyObject;
    value: String
); static; 
JScript 
public static function SetScopeName( 
   obj : DependencyObject,
   value : String
);
Managed Extensions for C++ 
public: static void SetScopeName( 
   DependencyObject* obj,
   string* value
) 
C++/CLI 
public:
static void SetScopeName( 
   DependencyObject^ obj,
   String^ value
) 

Parameters

obj
The target element.
value
The 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.