adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / GetStringValue Method / GetStringValue(String) Method

In This Topic
    GetStringValue(String) Method
    In This Topic
    Gets or sets the value of the property with the specified name, as a string value
    Syntax
    'Declaration
     
    
    Overloads Function GetStringValue( _
       ByVal name As String _
    ) As String
    string GetStringValue( 
       string name
    )

    Parameters

    name
    Remarks
    Returns a null reference (Nothing in Visual Basic) if the property does not exist.
    See Also