adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ChangeLogParameters Class / Label Property

In This Topic
    Label Property
    In This Topic
    The label for the change log entry.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Label As String
    [DataMember()]
    public string Label {get; set;}
    See Also