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


In This Topic
    CommentsTextType Property (ChangeLogParameters)
    In This Topic
    The text type for the SnapshotComments
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property CommentsTextType As TextType
    [DataMember()]
    public TextType CommentsTextType {get; set;}
    [DataMember()]
    public:
    property TextType CommentsTextType {
       TextType get();
       void set (    TextType value);
    }
    See Also