AppPrincipalCredentialReference.NotBefore 属性
获取或设置此键时有效的时间中的最早即时。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property NotBefore As DateTime
Get
Set
用法
Dim instance As AppPrincipalCredentialReference
Dim value As DateTime
value = instance.NotBefore
instance.NotBefore = value
public DateTime NotBefore { get; set; }
属性值
类型:System.DateTime
时间项生效即时。
另请参阅
引用
AppPrincipalCredentialReference 类