SharedResourceLockAcquiredEventArgs.ResourceName Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property ResourceName As String
public string ResourceName { get; private set; }
public:
property String^ ResourceName {
String^ get ();
private: void set (String^ value);
}
member ResourceName : string with get, private set
function get ResourceName () : String
private function set ResourceName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.