%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
Name Property
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > PropertyEntity Class : Name Property


Glossary Item Box

Name of the property

Syntax

Visual Basic (Declaration) 
Public Property Name As System.String
Visual Basic (Usage)Copy Code
Dim instance As PropertyEntity
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
C# 
public System.string Name {get; set;}
Managed Extensions for C++ 
public: __property System.string* get_Name();
public: __property void set_Name( 
   System.string* value
);

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.