CatalogServiceReference.ResourceIdentifier Property
Identifier for the resource that this reference is on.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ResourceIdentifier As Guid
public Guid ResourceIdentifier { get; set; }
public:
property Guid ResourceIdentifier {
Guid get ();
void set (Guid value);
}
member ResourceIdentifier : Guid with get, set
function get ResourceIdentifier () : Guid
function set ResourceIdentifier (value : Guid)
Property Value
Type: System.Guid
.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.