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).