ContextUtil.GetNamedProperty(String) Method
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.
Returns a named property from the COM+ context.
public:
static System::Object ^ GetNamedProperty(System::String ^ name);
public static object GetNamedProperty (string name);
static member GetNamedProperty : string -> obj
Public Shared Function GetNamedProperty (name As String) As Object
Parameters
- name
- String
The name of the requested property.
Returns
The named property for the context.
Exceptions
There is no COM+ context available.
Remarks
This is useful for obtaining the Internet Information Services (IIS) intrinsic objects provided by Active Server Pages (ASP).
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.