WebReference.DynamicPropName Property
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.
Gets a property name from the Web site configuration.
public:
property System::String ^ DynamicPropName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(5)]
public string DynamicPropName { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.DynamicPropName : string
Public ReadOnly Property DynamicPropName As String
Property Value
A property name from the configuration.
- Attributes