PropertyCollection.SetDisplayOrderByPropertyURI Method
Sets the specified display order of the properties by property URI.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub SetDisplayOrderByPropertyURI ( _
strPropURI As String, _
nDisplayOrder As Integer _
)
'Usage
Dim instance As PropertyCollection
Dim strPropURI As String
Dim nDisplayOrder As Integer
instance.SetDisplayOrderByPropertyURI(strPropURI, _
nDisplayOrder)
public void SetDisplayOrderByPropertyURI(
string strPropURI,
int nDisplayOrder
)
Parameters
- strPropURI
Type: System.String
The URI of the property.
- nDisplayOrder
Type: System.Int32
The order of the display.