adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CustomProperty Class / Name Property

In This Topic
    Name Property (CustomProperty)
    In This Topic
    The name (key) for the property.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    Remarks
    The name must start with a vendor-specific prefix that ends with a period. For example, if the "Example" application from company "Acme" is setting a property named "CorrelationID", the key should be "Acme.Example.CorrelationID".
    See Also