NamedCredentialAttribute Class
This class is to be used to define credential editor on the property of an OMI App. [NamedCredential(typeof(SampleControl))]
Syntax
'Declaration <AttributeUsageAttribute(AttributeTargets.All)> Public NotInheritable Class NamedCredentialAttribute Inherits System.Attribute
'Usage Dim instance As NamedCredentialAttribute
[AttributeUsage(AttributeTargets.All)] public sealed class NamedCredentialAttribute : System.Attribute
[AttributeUsage(AttributeTargets.All)] public ref class NamedCredentialAttribute sealed : public System.Attribute
Example
[NamedCredential(typeof(SampleControl))]
Inheritance Hierarchy
System.Object
System.Attribute
ArchestrA.Client.CommonUtil.NamedCredentialAttribute
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also