adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / SetStringValue Method

In This Topic
    SetStringValue Method (ICustomProperties)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetStringValue( _
       ByVal name As String, _
       ByVal value As String _
    ) 
    void SetStringValue( 
       string name,
       string value
    )

    Parameters

    name
    value
    See Also