IPublishProperties3.DisallowUrlActivation Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob eine installierte Anwendung beim Besuch des URI (Uniform Resource Identifier) der Bereitstellung gestartet werden soll.

public:
 property bool DisallowUrlActivation { bool get(); void set(bool value); };
public:
 property bool DisallowUrlActivation { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(8)]
public bool DisallowUrlActivation { get; set; }
[<System.Runtime.InteropServices.DispId(8)>]
member this.DisallowUrlActivation : bool with get, set
Public Property DisallowUrlActivation As Boolean

Eigenschaftswert

Boolean

true So verhindern Sie, dass eine installierte Anwendung gestartet wird, wenn der Bereitstellungs-URI besucht wird andernfalls false .

Implementiert

Attribute

Gilt für