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.
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a user property.
The BpmPropertyUser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BpmPropertyUser | Initializes a new instance of the BpmPropertyUser class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets or sets the description for the property. (Inherited from BpmProperty.) |
![]() |
DisplayName | Gets or sets the display name for this property. (Inherited from BpmProperty.) |
![]() |
Login | Gets or sets the login account in domain\username format. |
![]() |
Required | Gets or sets a Boolean value that indicates whether the development environment enforces a value. (Inherited from BpmProperty.) |
![]() |
UniqueName | Gets or sets the unique name for the property. (Inherited from BpmProperty.) |
![]() |
Visible | Indicates whether the property is exposed in PerformancePoint Dashboard Designer. (Inherited from BpmProperty.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep copy of this object. (Overrides BpmProperty.Clone().) |
![]() |
CompareTo | Compares this object to another object for sorting purposes. (Inherited from BpmProperty.) |
![]() |
CopyFrom | Copies from another object. (Overrides BpmProperty.CopyFrom(BpmProperty).) |
![]() |
Diff | Compares this object with another object and returns the differences. (Inherited from BpmProperty.) |
![]() |
DiffProperty | Compares this object with another object and returns the differences. (Overrides BpmProperty.DiffProperty(BpmProperty).) |
![]() |
Equals | Compares this object to another object. (Inherited from BpmProperty.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetFieldsString | Returns a concatenated string of this object's fields. (Overrides BpmProperty.GetFieldsString().) |
![]() |
GetHashCode | Gets the hash code for this object. (Inherited from BpmProperty.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InternalCopyFrom | Copies from another object. (Inherited from BpmProperty.) |
![]() |
IsInternalProperty() | Determines whether this property is internal. (Inherited from BpmProperty.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string representation of this object. (Overrides Object.ToString().) |
![]() |
Validate | Validates this object. (Overrides BpmProperty.Validate().) |
Top