webrefUrlBehavior Enum
Definition
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.
Used by the UrlBehavior property.
public enum class webrefUrlBehavior
public enum class webrefUrlBehavior
enum webrefUrlBehavior
[System.Runtime.InteropServices.Guid("1FE01DDF-C760-4307-8A40-0D023AEAFF07")]
public enum webrefUrlBehavior
[<System.Runtime.InteropServices.Guid("1FE01DDF-C760-4307-8A40-0D023AEAFF07")>]
type webrefUrlBehavior =
Public Enum webrefUrlBehavior
- Inheritance
-
webrefUrlBehavior
- Attributes
Fields
Name | Value | Description |
---|---|---|
webrefUrlBehaviorStatic | 0 | Web reference URL is contained in the proxy code. |
webrefUrlBehaviorDynamic | 1 | Web reference URL is retrieved as a dynamic property. |