ProfileService.GetPropertiesMetadata Method
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.
Retrieves information about the profile properties that are available through the profile service.
public:
cli::array <System::Web::ApplicationServices::ProfilePropertyMetadata ^> ^ GetPropertiesMetadata();
[System.ServiceModel.OperationContract]
public System.Web.ApplicationServices.ProfilePropertyMetadata[] GetPropertiesMetadata();
[<System.ServiceModel.OperationContract>]
member this.GetPropertiesMetadata : unit -> System.Web.ApplicationServices.ProfilePropertyMetadata[]
Public Function GetPropertiesMetadata () As ProfilePropertyMetadata()
An array of ProfilePropertyMetadata objects that contain information about the profile properties.
- Attributes
Use the GetPropertiesMetadata method to retrieve information about profile properties from a client application that is compatible with the Windows Communication Framework (WCF). You can retrieve information such as the following:
The name and type of the properties.
Whether they are read-only.
Whether they can be accessed by users who have not been authenticated.
The default values for the properties.
After retrieving these values, a client application can take appropriate actions such as not trying to set a read-only property. The current user does not have to be authenticated in order to call the GetPropertiesMetadata method, because the properties apply to all users.
Продукт | Версии |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: