Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipFile Class / Comment Property

In This Topic
    Comment Property (C1ZipFile)
    In This Topic
    現在の zip ファイルに関連付けられたコメントを取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property Comment As String
    public string Comment {get; set;}
    See Also