ServiceDescription.ApplicationName Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets or sets the name of the application.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public Uri ApplicationName { get; set; }
Property Value
Type: System.Uri
Returns Uri.
Remarks
Remarks:This is the unique name of an application and is used to group services together for management. The scheme must be "fabric://" and the application name must be a prefix of the service name.
See Also
ServiceDescription Class
System.Fabric.Description Namespace
Return to top