Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <XmlAttributeAttribute()> Public Property UserIsRequestor As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute()] public bool UserIsRequestor {get; set;} |
C++/CLI | |
---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute()] public: property bool UserIsRequestor { bool get(); void set (bool value); } |
Return Value
true
if [user is requestor]; otherwise, false
.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family