ChangedItem.ChangedBy property
Reserved for future use.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.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).