DomainDataDirectory.Contains(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true when the directory contains an object with specified id.
public:
bool Contains(Guid id);
public bool Contains (Guid id);
member this.Contains : Guid -> bool
Public Function Contains (id As Guid) As Boolean
Parameters
- id
- Guid
Id of the object to look for.
Returns
True if found.