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;}
    [DataMember()]
    public:
    property String^ Label {
       String^ get();
       void set (    String^ value);
    }
    See Also