CatalogServiceReference.ServiceIdentifier Property
The service identifier for the service defintion.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ServiceIdentifier As Guid
public Guid ServiceIdentifier { get; set; }
public:
property Guid ServiceIdentifier {
Guid get ();
void set (Guid value);
}
member ServiceIdentifier : Guid with get, set
function get ServiceIdentifier () : Guid
function set ServiceIdentifier (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.