SetPropertyValue Method
See Also 
SourceCode.Configuration Namespace > FieldCategoryCollection Class : SetPropertyValue Method



prop
value
ignoreLocks

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Sub SetPropertyValue( _
   ByVal prop As ConfigurationProperty, _
   ByVal value As Object, _
   ByVal ignoreLocks As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As FieldCategoryCollection
Dim prop As ConfigurationProperty
Dim value As Object
Dim ignoreLocks As Boolean
 
instance.SetPropertyValue(prop, value, ignoreLocks)
C#  
protected void SetPropertyValue( 
   ConfigurationProperty prop,
   object value,
   bool ignoreLocks
)
C++/CLI  
protected:
void SetPropertyValue( 
   ConfigurationProperty^ prop,
   Object^ value,
   bool ignoreLocks
) 

Parameters

prop
value
ignoreLocks

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