BaseSet(String,Object) Method
See Also 
SourceCode.Configuration Namespace > TemplateCollection Class > BaseSet Method : BaseSet(String,Object) Method



name
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overloads Sub BaseSet( _
   ByVal name As String, _
   ByVal value As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As TemplateCollection
Dim name As String
Dim value As Object
 
instance.BaseSet(name, value)
C#  
protected void BaseSet( 
   string name,
   object value
)
C++/CLI  
protected:
void BaseSet( 
   String^ name,
   Object^ value
) 

Parameters

name
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