public class USqlAssemblyDependencyInfo extends Object
| Constructor and Description |
|---|
USqlAssemblyDependencyInfo() |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
entityId()
Get the EntityId of the dependency.
|
USqlAssemblyDependencyInfo |
withEntityId(EntityId entityId)
Set the EntityId of the dependency.
|
public EntityId entityId()
public USqlAssemblyDependencyInfo withEntityId(EntityId entityId)
entityId - the entityId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/