HelpDocSetNode.changedBy Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| changedBy() | 
						 Gets or sets the name of the user who last changed the application object.  | 
        	
| changedBy(String) | 
changedBy()
Gets or sets the name of the user who last changed the application object.
public:
 virtual System::String ^ changedBy();
	[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string changedBy();
	[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member changedBy : unit -> string
override this.changedBy : unit -> string
	Public Overridable Function changedBy () As String
	Returns
The name of the user.
- Attributes
 - 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
 
Applies to
changedBy(String)
public:
 virtual System::String ^ changedBy(System::String ^ _value);
	[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string changedBy(string _value);
	[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member changedBy : string -> string
override this.changedBy : string -> string
	Public Overridable Function changedBy (_value As String) As String
	Parameters
- _value
 - String
 
Returns
- Attributes
 - 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute