Activity.Author Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The author of this activity. If this activity was generated automatically, the value is System Account.

Namespace:  WebBCM
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
Public Property Author As String
    Get
    Set
'Usage
Dim instance As Activity
Dim value As String

value = instance.Author

instance.Author = value
public string Author { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

Activity Class

Activity Members

WebBCM Namespace