Comment.Initial Property 

Returns or sets the initials of the user associated with a specific comment.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim comment1 As Comment

Dim returnValue As String
returnValue = comment1.Initial

Dim sampleValue As String
comment1.Initial = sampleValue

Syntax

Property Initial() As String
string Initial {get; set;}
property String^ Initial{
    String^ get();
    Void set(String^);
}
public System.String get_Initial();
public void set_Initial(System.String);
function get Initial() : String;
function set Initial(String);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Comment Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Comment Members