XdsObjects Help file
MedicalConnections.Security.EventArguments Namespace / ModifyBindingsArgs Class / Bindings Property



Bindings Property
The set of bindings in existence when this method is called.
Syntax
Public Property Bindings As BindingElement()
Dim instance As ModifyBindingsArgs
Dim value() As BindingElement
 
instance.Bindings = value
 
value = instance.Bindings
public BindingElement[] Bindings {get; set;}
public:
property array<BindingElement^>^ Bindings {
   array<BindingElement^>^ get();
   void set (    array<BindingElement^>^ value);
}
Remarks
This array may be replaced or otherwise modified if necessary
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