ChangedItem.ChangedBy property

Reserved for future use.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property ChangedBy As String
    Get
'Usage
Dim instance As ChangedItem
Dim value As String

value = instance.ChangedBy
public string ChangedBy { get; }

Property value

Type: System.String
Returns String.

Remarks

Aways returns a null reference (Nothing in Visual Basic).

See also

Reference

ChangedItem class

ChangedItem members

Microsoft.SharePoint.Taxonomy namespace