Version

ProjectsDataBindingPropertyIds Enumeration

Identifiers for the properties of the Project object which can be bound to a data source via the ProjectsDataBinding class.
Syntax
'Declaration
 
Public Enum ProjectsDataBindingPropertyIds 
   Inherits System.Enum
public enum ProjectsDataBindingPropertyIds : System.Enum 
Members
MemberDescription
AllPropertiesMemberThe field which contains the serialized object graph of the Project object.
IdMemberThe field which contains the globally unique identifier of this Project.
KeyMemberThe field which contains the value of the Key property.
NameMemberThe field which contains the value of the Name property.
NoneNo property.
StartDateMemberThe field which contains the value of the StartDate property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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