Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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).