作者:VB.NET开发
项目:System.DirectoryService
Public ReadOnly Property IsReadOnly() As Boolean Implements IDictionary.IsReadOnly
Get
Return False
End Get
End Property
下面列出了vb System.DirectoryServices.PropertyCollection.IDictionary.IsReadOnly 类(方法)源码代码实例,从而了解它的用法。
Public ReadOnly Property IsReadOnly() As Boolean Implements IDictionary.IsReadOnly
Get
Return False
End Get
End Property